From 3d91ac2207293357244fdfaa84e3886ec92ae027 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 17 Feb 2019 11:07:15 -0700 Subject: [PATCH] Update php.sh --- debian/resources/php.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/resources/php.sh b/debian/resources/php.sh index 7344454..07de482 100755 --- a/debian/resources/php.sh +++ b/debian/resources/php.sh @@ -77,7 +77,9 @@ 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 #install -. ./ioncube.sh +if [ .$cpu_architecture = .'x86' ]; then + . ./ioncube.sh +fi #restart php-fpm systemctl daemon-reload