From e599e3c6bb4f1bc47462795b312ff496fe69b180 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Wed, 19 Jun 2013 15:44:39 +0530 Subject: [PATCH] Fix WP EMAIL Prompt --- usr/local/sbin/easyengine | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index 25462cd2..e8b443cb 100755 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -521,6 +521,7 @@ EEWPDBSETUP() read -p "Password: " WPADMINPASS stty echo + echo read -p "Email: " WPADMINEMAIL # If Enter Is Pressed, Then Use admin As WordPress Admin Username @@ -1086,6 +1087,7 @@ then EEGITCOMMIT # Display Success Message + echo echo -e "\033[34m Please Configure Following Settings... \e[0m" echo -e "\033[34m Permalink Settings: http://$DOMAIN/wp-admin/options-permalink.php \e[0m" echo -e "\033[34m W3 Total Cache: http://$DOMAIN/wp-admin/admin.php?page=w3tc_general \e[0m"