diff --git a/setup/engine b/setup/engine index cd749261..169dd4e8 100755 --- a/setup/engine +++ b/setup/engine @@ -61,7 +61,13 @@ GETINFO() # Get The MySQL Username/Password read -p "MySQL Host [localhost]: " TEMP read -p "Enter The MySQL Username: " MYSQLUSER + + # Turn Off Echo For Passwords + stty -echo read -p "Enter The MySQL Password: " MYSQLPASS + stty echo + echo + read -p "Enter The MySQL Database Name For $DOMAIN: " WPDBNAME # If Enter Is Pressed, Then Use localhost as MySQL Host