Browse Source

Display Configuration Settings Message For W3tc

old-stable
Mitesh Shah 12 years ago
parent
commit
c369b6baca
  1. 3
      usr/local/sbin/easyengine

3
usr/local/sbin/easyengine

@ -1086,6 +1086,9 @@ then
EEGITCOMMIT
# Display Success Message
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"
echo -e "\033[34m http://$DOMAIN Domain Successfully Created \e[0m"
elif [ "$4" = "wpsc" ]

Loading…
Cancel
Save