diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 3b59bed6..69be604f 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -1393,10 +1393,10 @@ if [ "$apache" = 'yes' ] && [ "$nginx" = 'yes' ] ; then fi # Configuring mysql host -# if [ "$mysql" = 'yes' ]; then -# $VESTA/bin/v-add-database-host mysql localhost root $mpass -# # $VESTA/bin/v-add-database admin default default $(gen_pass) mysql -# fi +if [ "$mysql" = 'yes' ]; then + $VESTA/bin/v-add-database-host mysql localhost root $mpass + # $VESTA/bin/v-add-database admin default default $(gen_pass) mysql +fi # Configuring pgsql host if [ "$postgresql" = 'yes' ]; then