Update switch.sh

This commit is contained in:
FusionPBX 2020-03-28 19:16:21 -06:00 committed by GitHub
parent c81492a8aa
commit 66ae26f28f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ cd "$(dirname "$0")"
#includes
. ./config.sh
. ./resources/environment.sh
. ./environment.sh
if [ .$switch_source = .true ]; then
if [ ."$switch_branch" = "master" ]; then