Skip to content

Commit d1ee9b8

Browse files
committed
Aligned installer with 0.9.7-20 release
1 parent f709eba commit d1ee9b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install/vst-install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ fi
717717
$VESTA/bin/v-change-user-shell admin bash
718718

719719
# Configure mysql host
720-
$VESTA/bin/v-add-database-server mysql localhost 3306 root $mpass
720+
$VESTA/bin/v-add-database-server mysql localhost root $mpass
721721
$VESTA/bin/v-add-database admin default default $(gen_pass) mysql
722722

723723
# Configuring system ips
@@ -798,7 +798,8 @@ Sincerely yours
798798
vestacp.com team
799799
" > $tmpfile
800800

801-
cat $tmpfile | mail -s "Vesta Control Panel" $email
801+
send_mail="$VESTA/web/inc/mail-wrapper.php"
802+
cat $tmpfile | $send_mail -s "Vesta Control Panel" $email
802803
rm -f $tmpfile
803804

804805
# Congrats

0 commit comments

Comments
 (0)