Browse Source

Fix WP Super Cache URL Display

old-stable
Mitesh Shah 12 years ago
parent
commit
e98cffe328
  1. 4
      setup/engine

4
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

Loading…
Cancel
Save