diff options
author | Britney Fransen <brfransen@gmail.com> | 2015-04-15 13:58:06 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2015-04-15 13:58:06 (GMT) |
commit | c0713a8a1b174ed93a145ca666d963f931add8ae (patch) | |
tree | 358be454f8bf3086d4c6cfa9fb5641d2ab2f1335 /abs/core/php/php.install | |
parent | 630e90d4bea676f1252c53e9722d802003f741ee (diff) | |
download | linhes_pkgbuild-c0713a8a1b174ed93a145ca666d963f931add8ae.zip linhes_pkgbuild-c0713a8a1b174ed93a145ca666d963f931add8ae.tar.gz linhes_pkgbuild-c0713a8a1b174ed93a145ca666d963f931add8ae.tar.bz2 |
php: php.ini uncomment extension=pdo_mysql.so for zoneminder
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 } |