properly escape $

This commit is contained in:
jkaberg 2014-08-12 13:12:57 +02:00
parent 31dda3b425
commit 654c200709
1 changed files with 1 additions and 1 deletions

View File

@ -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