summaryrefslogtreecommitdiffstats
path: root/abs/core/php/php.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-04-15 13:58:06 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-04-15 13:58:06 (GMT)
commitc0713a8a1b174ed93a145ca666d963f931add8ae (patch)
tree358be454f8bf3086d4c6cfa9fb5641d2ab2f1335 /abs/core/php/php.install
parent630e90d4bea676f1252c53e9722d802003f741ee (diff)
downloadlinhes_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-xabs/core/php/php.install2
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
}