Commit 3fd7d3a6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

vz/azbyka/createbytask.int.sh: add hack for set localtime

parent 2cf5e8f6
......@@ -338,6 +338,13 @@ tune_local_memcached_redis()
{
serv redis on
serv memcached on
# hack: remove after update docker image
if [ ! -f /etc/localtime ] ; then
epmi --auto tzdata
subst 's|^#ZONE="Europe/Moscow"|ZONE="Europe/Moscow"|' /etc/sysconfig/clock
/usr/sbin/tzupdate
fi
}
tune_php7_fpm()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment