Update nginx.sh
This commit is contained in:
parent
d959b89ed2
commit
6484c6d2c9
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue