mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-07-31 01:44:06 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user