Update fusionpbx.sh

This commit is contained in:
FusionPBX
2017-05-10 13:57:23 -06:00
committed by GitHub
parent 4601021900
commit e8fd2040e4

View File

@@ -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