Update fusionpbx.sh

This commit is contained in:
FusionPBX 2018-04-05 23:08:56 -06:00 committed by GitHub
parent 0bc37d5d46
commit 6be2ccf02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if [ .$system_branch = .'master' ]; then
verbose "Using master"
branch=""
else
system_version=4.2
system_version=4.4
verbose "Using version $system_version"
branch="-b $system_version"
fi