From a7a964c4af8d7ed26b52c062a37a2b0200768b28 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Jun 2019 09:51:25 -0600 Subject: [PATCH] Update php.sh --- ubuntu/resources/php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/resources/php.sh b/ubuntu/resources/php.sh index 827644d..aa5b6b2 100755 --- a/ubuntu/resources/php.sh +++ b/ubuntu/resources/php.sh @@ -25,7 +25,7 @@ if [ ."$os_name" = ."Ubuntu" ]; then LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php fi elif [ ."$cpu_architecture" = ."arm" ]; then - echo arm" + echo "arm" fi apt-get update -y