Compare commits
No commits in common. "07999c4252c3fe6d191d55fceaa1490d9b776f98" and "b2b3d284a6b3454e2ba88b90caee97ac8859ce0f" have entirely different histories.
07999c4252
...
b2b3d284a6
@ -40,12 +40,7 @@ if [[ $environment == 'DEV' ]]; then
|
||||
fi
|
||||
/usr/bin/memcached -d -u $user
|
||||
fi
|
||||
|
||||
if [[ $environment == 'PROD' ]]; then
|
||||
sed -r -i 's/;session.save_path="localhost:11211/session.save_path="memcache:11211/' /etc/php.d/50-memcached.ini
|
||||
fi
|
||||
|
||||
tail -f /etc/httpd/logs/*
|
||||
|
||||
exit 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user