icingaweb2: Fix timezone setting in test

This commit is contained in:
Markus Frosch 2017-04-21 13:39:47 +02:00
parent 2d1c917e92
commit ebca543354

View File

@ -12,7 +12,7 @@ else
echo "Can not set PHP timezone!" >&2
exit 1
fi
echo "date.timezone = UTC" >${php_d}/timezone.ini
sudo sh -c "echo 'date.timezone = UTC' >${php_d}/timezone.ini"
# Start apache in background
if [ -x /usr/sbin/httpd ]; then