mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-09-25 19:09:35 +02:00
icingaweb2: Fix timezone setting in test
This commit is contained in:
parent
2d1c917e92
commit
ebca543354
@ -12,7 +12,7 @@ else
|
|||||||
echo "Can not set PHP timezone!" >&2
|
echo "Can not set PHP timezone!" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "date.timezone = UTC" >${php_d}/timezone.ini
|
sudo sh -c "echo 'date.timezone = UTC' >${php_d}/timezone.ini"
|
||||||
|
|
||||||
# Start apache in background
|
# Start apache in background
|
||||||
if [ -x /usr/sbin/httpd ]; then
|
if [ -x /usr/sbin/httpd ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user