mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 05:14:10 -07:00
Update vst-install-debian.sh
This commit is contained in:
parent
2e11fb79f1
commit
c73a75e634
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue