forked from norman/fusionpbx-install.sh-github-mirror
Update nginx.sh
This commit is contained in:
6
debian/resources/nginx.sh
vendored
6
debian/resources/nginx.sh
vendored
@@ -23,9 +23,9 @@ if [ ."$cpu_architecture" = ."arm" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#set the version of php
|
#set the version of php
|
||||||
if [ ."$os_codename" = ."bullseye" ]; then
|
#if [ ."$os_codename" = ."bullseye" ]; then
|
||||||
php_version=7.4
|
# php_version=7.4
|
||||||
fi
|
#fi
|
||||||
if [ ."$os_codename" = ."buster" ]; then
|
if [ ."$os_codename" = ."buster" ]; then
|
||||||
php_version=7.3
|
php_version=7.3
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user