From 38b83c9ec7edebab3f5b6a34c02b30d0329c3a68 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Jun 2019 09:52:20 -0600 Subject: [PATCH] Update php.sh --- ubuntu/resources/php.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/resources/php.sh b/ubuntu/resources/php.sh index aa5b6b2..fac3099 100755 --- a/ubuntu/resources/php.sh +++ b/ubuntu/resources/php.sh @@ -16,6 +16,7 @@ if [ ."$os_name" = ."Ubuntu" ]; then #18.04.x - /*bionic/ if [ ."$os_codename" = ."bionic" ]; then echo "Ubuntu 18.04 LTS\n" + php_version=7.2 fi #16.10.x - */yakkety/ #16.04.x - */xenial/