Merge pull request #146 from ls42/zpush/auto-timezone

Read timezone from /etc/timezone.
This commit is contained in:
Joshua Tauberer 2014-08-21 17:21:47 -04:00
commit f7c7d5b9c3
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