Skip to content

Commit 6f9f076

Browse files
committed
Fixed Display memory_limit on ee info command #188
1 parent b8a9261 commit 6f9f076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/local/sbin/easyengine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ EEINFO()
11021102
echo -e "\033[34m\n\nPHP ($PHPVER) Information:\n\e[0m"
11031103
echo -e "\033[34mPHP User:\t\t\t \033[37m$PHPUSER\e[0m"
11041104
echo -e "\033[34mPHP expose_php:\t\t\t \033[37m$PHPEXPOSE\e[0m"
1105-
echo -e "\033[34mPHP memory_limit:\t\t\t \033[37m$PHPMEM\e[0m"
1105+
echo -e "\033[34mPHP memory_limit:\t\t \033[37m$PHPMEM\e[0m"
11061106
echo -e "\033[34mPHP post_max_size:\t\t \033[37m$PHPPOSTMAXSIZE\e[0m"
11071107
echo -e "\033[34mPHP upload_max_filesize:\t \033[37m$PHPUPLOADMAXFSIZE\e[0m"
11081108
echo -e "\033[34mPHP max_execution_time:\t\t \033[37m$PHPMAXEXECUTIONTIME\n\e[0m"

0 commit comments

Comments
 (0)