From e8fd2040e41144d76b34c679b63e91557be678e3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 10 May 2017 13:57:23 -0600 Subject: [PATCH] Update fusionpbx.sh --- centos/resources/fusionpbx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/resources/fusionpbx.sh b/centos/resources/fusionpbx.sh index 101f091..a48eb73 100755 --- a/centos/resources/fusionpbx.sh +++ b/centos/resources/fusionpbx.sh @@ -20,7 +20,7 @@ rpm -Uvh cert-forensics-tools-release*rpm yum -y --enablerepo=forensics install lame #get the branch -if [ .$system_branch = "master" ]; then +if [ .$system_branch = .'master' ]; then verbose "Using master" BRANCH="" else