Explorar el Código

Update nginx.sh

FusionPBX hace 7 años
padre
commit
6484c6d2c9
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      debian/resources/nginx.sh

+ 5 - 0
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"