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