Browse Source

ee update command to update easyengine

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

8
usr/local/sbin/easyengine

@ -245,7 +245,7 @@ COMMONPHP()
# Move PHP’s Session Storage To Memcache
sed -i "/extension/a \session.save_handler = memcache\nsession.save_path = \"tcp://localhost:11211\"" /etc/php5/mods-available/memcache.ini
# Change PHP Settings
sed -i "s/\[PHP\]/[PHP]\n; Easy Engine/" /etc/php5/fpm/php.ini
sed -i "s/expose_php.*/expose_php = Off/" /etc/php5/fpm/php.ini
@ -2108,6 +2108,12 @@ then
fi
elif [ "$1" = "update" ]
then
# Update EasyEngine
/bin/bash /usr/local/sbin/eeupdate
else
echo -e "\033[34mList Of Available Commands:\e[0m"
echo -e "\tinfo:\t Display Nginx PHP MySQL Information\t"

Loading…
Cancel
Save