Browse Source

Fixed ee info command

old-stable
gau1991 11 years ago
parent
commit
99fff4d25c
  1. 2
      bin/easyengine

2
bin/easyengine

@ -27,7 +27,7 @@ if [ "$EE_FIRST" = "version" ] || [ "$EE_FIRST" = "--version" ] || [ "$EE_FIRST"
# Display information about NGINX|PHP|MySQL
elif [ "$EE_FIRST" = "info" ];then
if [ "$EE_SECOND" = "nginx" ] || [ "$EE_SECOND" = "php" ] || [ "$EE_SECOND" = "mysql" ]; then
ee_lib_$EE_SECOND_info
ee_lib_${EE_SECOND}_info
else
ee_lib_nginx_info
ee_lib_php_info

Loading…
Cancel
Save