We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecefca5 commit 597b688Copy full SHA for 597b688
usr/local/sbin/easyengine
@@ -378,7 +378,7 @@ COMMONPHP()
378
if [ $? -ne 0 ]
379
then
380
381
- TIME_ZONE=$(cat /etc/timezone | sed "s'/'\\\/'")
+ TIME_ZONE=$(cat /etc/timezone | head -n1 | sed "s'/'\\\/'")
382
383
# Move PHP’s Session Storage To Memcache
384
sed -i "/extension/a \session.save_handler = memcache\nsession.save_path = \"tcp://localhost:11211\"" /etc/php5/mods-available/memcache.ini
0 commit comments