forked from norman/fusionpbx-install.sh-github-mirror
Update nginx.sh
This commit is contained in:
5
debian/resources/nginx.sh
vendored
5
debian/resources/nginx.sh
vendored
@@ -8,6 +8,11 @@ cd "$(dirname "$0")"
|
|||||||
. ./colors.sh
|
. ./colors.sh
|
||||||
. ./environment.sh
|
. ./environment.sh
|
||||||
|
|
||||||
|
#change the version of php for debian stretch
|
||||||
|
if [ ."$os_codename" = ."stretch" ]; then
|
||||||
|
php_version=7
|
||||||
|
fi
|
||||||
|
|
||||||
#send a message
|
#send a message
|
||||||
verbose "Installing the web server"
|
verbose "Installing the web server"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user