Browse Source

On Remove Disable Database Details

old-stable
Mitesh Shah 11 years ago
parent
commit
a2a4f91a80
  1. 2
      usr/local/sbin/easyengine

2
usr/local/sbin/easyengine

@ -862,7 +862,7 @@ REMOVEDB()
WPDBNAME=$(grep DB_NAME /var/www/$DOMAIN/wp-config.php | cut -d"'" -f4)
MYSQLUSER=$(grep DB_USER /var/www/$DOMAIN/wp-config.php | cut -d"'" -f4)
MYSQLPASS=$(grep DB_PASS /var/www/$DOMAIN/wp-config.php | cut -d"'" -f4)
echo -e " WPDBNAME = $WPDBNAME \n MYSQLUSER = $MYSQLUSER \n MYSQLPASS = $MYSQLPASS"
#echo -e " WPDBNAME = $WPDBNAME \n MYSQLUSER = $MYSQLUSER \n MYSQLPASS = $MYSQLPASS"
# Remove Database
echo

Loading…
Cancel
Save