From 6484c6d2c9b0fd7c5b3026f410468d42d61e96df Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 3 Jan 2018 19:09:20 -0700 Subject: [PATCH] Update nginx.sh --- debian/resources/nginx.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/resources/nginx.sh b/debian/resources/nginx.sh index 60bfcc4..b4117b4 100755 --- a/debian/resources/nginx.sh +++ b/debian/resources/nginx.sh @@ -8,6 +8,11 @@ cd "$(dirname "$0")" . ./colors.sh . ./environment.sh +#change the version of php for debian stretch +if [ ."$os_codename" = ."stretch" ]; then + php_version=7 +fi + #send a message verbose "Installing the web server"