We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f709eba commit d1ee9b8Copy full SHA for d1ee9b8
install/vst-install.sh
@@ -717,7 +717,7 @@ fi
717
$VESTA/bin/v-change-user-shell admin bash
718
719
# Configure mysql host
720
-$VESTA/bin/v-add-database-server mysql localhost 3306 root $mpass
+$VESTA/bin/v-add-database-server mysql localhost root $mpass
721
$VESTA/bin/v-add-database admin default default $(gen_pass) mysql
722
723
# Configuring system ips
@@ -798,7 +798,8 @@ Sincerely yours
798
vestacp.com team
799
" > $tmpfile
800
801
-cat $tmpfile | mail -s "Vesta Control Panel" $email
+send_mail="$VESTA/web/inc/mail-wrapper.php"
802
+cat $tmpfile | $send_mail -s "Vesta Control Panel" $email
803
rm -f $tmpfile
804
805
# Congrats
0 commit comments