Ver código fonte

Update php.sh

FusionPBX 6 anos atrás
pai
commit
a7a964c4af
1 arquivos alterados com 1 adições e 1 exclusões
  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