Browse Source

Display DB information when update mysql websites

next
Mitesh Shah 10 years ago
parent
commit
cbb0ecf989
  1. 3
      src/modules/site/create/ee_mod_setup_wordpress.sh

3
src/modules/site/create/ee_mod_setup_wordpress.sh

@ -15,6 +15,9 @@ function ee_mod_setup_wordpress()
# else current mysql site is to be updated # else current mysql site is to be updated
if [ "$EE_DB_NAME" = "" ] && [ "$EE_DB_USER" = "" ] && [ "$EE_DB_PASS" = "" ]; then if [ "$EE_DB_NAME" = "" ] && [ "$EE_DB_USER" = "" ] && [ "$EE_DB_PASS" = "" ]; then
ee_mod_setup_database ee_mod_setup_database
else
# Display when run ee site update mysql.com --wp
echo -e "EE_DB_NAME = $EE_DB_NAME \nEE_DB_USER = $EE_DB_USER \nEE_DB_PASS = $EE_DB_PASS \nEE_MYSQL_HOST = $EE_MYSQL_HOST \nEE_MYSQL_GRANT_HOST = $EE_MYSQL_GRANT_HOST" &>> $EE_COMMAND_LOG
fi fi
# Default WordPress prefix or custom prefix # Default WordPress prefix or custom prefix

Loading…
Cancel
Save