update for prod run #3

Merged
jknapp merged 1 commits from update-for-prod into trunk 2024-08-13 01:21:13 +00:00

View File

@ -40,7 +40,12 @@ 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