From e98cffe328b90d29ad38302dd84946da6eaae548 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Mon, 25 Mar 2013 14:42:59 +0530 Subject: [PATCH] Fix WP Super Cache URL Display --- setup/engine | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/engine b/setup/engine index 75de5be5..b5440d5b 100755 --- a/setup/engine +++ b/setup/engine @@ -691,8 +691,8 @@ then # Display W3 Total Cache URL For Settings echo -e "\033[34m Please Configure WP Super Cache Settings \e[0m" - echo -e "\033[34m W3 Total Cache: \ - http://$DOMAIN/wp-admin/options-general.php?page=wpsupercache \e[0m" + echo -ne "\033[34m W3 Total Cache: \e[0m" + echo -e "\033[34m http://$DOMAIN/wp-admin/options-general.php?page=wpsupercache \e[0m" # Reload Nginx Configuration NGINXRELOAD