From 439d962512046bef56ef26eec75df161f510c551 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 17 Feb 2019 09:04:04 -0700 Subject: [PATCH] Update php.sh --- debian/resources/php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/php.sh b/debian/resources/php.sh index 8d308ef..e39ee22 100755 --- a/debian/resources/php.sh +++ b/debian/resources/php.sh @@ -77,7 +77,7 @@ sed 's#post_max_size = .*#post_max_size = 80M#g' -i $php_ini_file sed 's#upload_max_filesize = .*#upload_max_filesize = 80M#g' -i $php_ini_file #restart php-fpm -#systemd +systemctl daemon-reload if [ ."$php_version" = ."5.6" ]; then systemctl restart php5-fpm fi