File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ COMMONPHP()
245245
246246 # Move PHP’s Session Storage To Memcache
247247 sed -i " /extension/a \session.save_handler = memcache\nsession.save_path = \" tcp://localhost:11211\" " /etc/php5/mods-available/memcache.ini
248-
248+
249249 # Change PHP Settings
250250 sed -i " s/\[PHP\]/[PHP]\n; Easy Engine/" /etc/php5/fpm/php.ini
251251 sed -i " s/expose_php.*/expose_php = Off/" /etc/php5/fpm/php.ini
@@ -2108,6 +2108,12 @@ then
21082108 fi
21092109
21102110
2111+ elif [ " $1 " = " update" ]
2112+ then
2113+
2114+ # Update EasyEngine
2115+ /bin/bash /usr/local/sbin/eeupdate
2116+
21112117else
21122118 echo -e " \033[34mList Of Available Commands:\e[0m"
21132119 echo -e " \tinfo:\t Display Nginx PHP MySQL Information\t"
You can’t perform that action at this time.
0 commit comments