Read timezone from /etc/timezone.

This commit is contained in:
Stephan Brauer 2014-08-20 23:51:10 +02:00
parent 6b52105b62
commit 2cab02c831
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if [ $needs_update == 1 ]; then
fi
# Configure default config.
sed -i "s/define('TIMEZONE', .*/define('TIMEZONE', 'Etc\/UTC');/" /usr/local/lib/z-push/config.php
sed -i "s^define('TIMEZONE', .*^define('TIMEZONE', '$(cat /etc/timezone)');^" /usr/local/lib/z-push/config.php
sed -i "s/define('BACKEND_PROVIDER', .*/define('BACKEND_PROVIDER', 'BackendCombined');/" /usr/local/lib/z-push/config.php
# Configure BACKEND