Browse Source

Minor Update on ee info commnad

old-stable
Mitesh Shah 11 years ago
parent
commit
a2633806ed
  1. 5
      usr/local/sbin/easyengine

5
usr/local/sbin/easyengine

@ -934,11 +934,12 @@ EEINFO()
echo -e "\033[34mMySQL socket:\t\t\t \033[37m$MYSQLSOCKET\e[0m"
# Common Locations:
echo -e "\033[34m\n\nEasyEngine (ee) Common Locations:\n\e[0m"
echo -e "\033[34m\n\nEasyEngine ($(ee version| awk '{print $3}')) Common Locations:\n\e[0m"
echo -e "\033[34mphpMyAdmin:\t\t\t \033[37mhttp://example.com/pma\e[0m"
echo -e "\033[34mPHP Status:\t\t\t \033[37mhttp://example.com/status\e[0m"
echo -e "\033[34mNginx Status:\t\t\t \033[37mhttp://example.com/nginx_status\e[0m"
echo -e "\033[34mOpcache & Memcache Status:\t \033[37mhttp://example.com/ee/\e[0m"
echo -e "\033[34mMemcache Status:\t\t \033[37mhttp://example.com/memcache\e[0m"
echo -e "\033[34mMemcache Status:\t\t \033[37mhttp://example.com/opcache\e[0m"
echo -e "\033[34mEasyEngine Log File:\t\t \033[37m/var/log/easyengine/install.log\e[0m"
echo -e "\033[34mEasyEngine Configuration File:\t \033[37m/etc/easyengine/ee.conf\e[0m"

Loading…
Cancel
Save