Sfoglia il codice sorgente

corrected if master check

Matthew Vale 9 anni fa
parent
commit
008f00d790
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      install/ubuntu/install_fusionpbx.sh

+ 1 - 1
install/ubuntu/install_fusionpbx.sh

@@ -2434,7 +2434,7 @@ DELIM
 				do
 					branch=${branches[$id]};
 					printf "[%s] %s" $id $branch;
-					if [ $branch == 'origin/master' ];
+					if [ $branch == 'master' ];
 					then
 						printf " *default";
 						default_branch=$id;