diff options
Diffstat (limited to 'abs/core/php/php.install')
-rwxr-xr-x | abs/core/php/php.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/php/php.install b/abs/core/php/php.install index 772c0ea..49fe408 100755 --- a/abs/core/php/php.install +++ b/abs/core/php/php.install @@ -4,7 +4,7 @@ post_install() { . /etc/systemconfig if [ -f /etc/php/php.ini ] then - sed -i 's|^.*date.timezone.*$|date.timezone='${timezone}'|' /etc/php/php.ini + sed -i 's|^.*date.timezone.*=.*$|date.timezone='${timezone}'|' /etc/php/php.ini fi fi } |