소스 검색

Update php.sh

FusionPBX 6 년 전
부모
커밋
a7a964c4af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ubuntu/resources/php.sh

+ 1 - 1
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