diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 5f491b90..9db820de 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -1372,10 +1372,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