forked from norman/fusionpbx-install.sh-github-mirror
Update php.sh
This commit is contained in:
5
debian/resources/php.sh
vendored
5
debian/resources/php.sh
vendored
@@ -10,6 +10,11 @@ cd "$(dirname "$0")"
|
||||
#send a message
|
||||
verbose "Configuring PHP"
|
||||
|
||||
#change the version of php for debian stretch
|
||||
if [ ."$os_codename" = ."stretch" ]; then
|
||||
php_version=7
|
||||
fi
|
||||
|
||||
#update config if source is being used
|
||||
if [ ."$php_version" = ."5" ]; then
|
||||
verbose "version 5.x"
|
||||
|
||||
Reference in New Issue
Block a user