Add missing $ on os_codename to fix Debian 11, Bullseye install.

This commit is contained in:
FusionPBX 2021-11-13 12:01:00 -07:00 committed by GitHub
parent 0fbbfe997b
commit 1fe4f14304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ else
if [ ."$os_codename" = ."buster" ]; then
php_version=7.3
fi
if [ ."os_codename" = ."bullseye" ]; then
if [ ."$os_codename" = ."bullseye" ]; then
php_version=7.4
fi
fi