Update fusionpbx.sh
This commit is contained in:
parent
4601021900
commit
e8fd2040e4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue