diff --git a/setup/zpush.sh b/setup/zpush.sh index 7e2c0cf2..6786fdbe 100755 --- a/setup/zpush.sh +++ b/setup/zpush.sh @@ -32,7 +32,7 @@ fi # Configure default config TIMEZONE=`cat /etc/timezone` -sed -i "s/define('TIMEZONE', .*/define('TIMEZONE', '$TIMEZONE');/" /usr/local/lib/z-push/config.php +sed -i "s/define('TIMEZONE', .*/define('TIMEZONE', '\$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