Update nginx.sh

This commit is contained in:
FusionPBX 2018-11-05 23:29:49 -07:00 committed by GitHub
parent 4217afadc1
commit cfb9dc5ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,11 @@ verbose "Installing the web server"
#change the version of php for debian stretch
if [ ."$os_codename" = ."stretch" ]; then
php_version=7.0
if [ ."$cpu_architecture" = ."arm" ]; then
php_version=7.2
else
php_version=7.0
fi
fi
#if [ ."$cpu_architecture" = ."arm" ]; then