Update vst-install-debian.sh

This commit is contained in:
dpeca 2019-08-25 03:29:55 +02:00 committed by GitHub
commit c73a75e634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1393,10 +1393,10 @@ if [ "$apache" = 'yes' ] && [ "$nginx" = 'yes' ] ; then
fi fi
# Configuring mysql host # Configuring mysql host
# if [ "$mysql" = 'yes' ]; then if [ "$mysql" = 'yes' ]; then
# $VESTA/bin/v-add-database-host mysql localhost root $mpass $VESTA/bin/v-add-database-host mysql localhost root $mpass
# # $VESTA/bin/v-add-database admin default default $(gen_pass) mysql # $VESTA/bin/v-add-database admin default default $(gen_pass) mysql
# fi fi
# Configuring pgsql host # Configuring pgsql host
if [ "$postgresql" = 'yes' ]; then if [ "$postgresql" = 'yes' ]; then