Explorar el Código

corrected if master check

Matthew Vale hace 9 años
padre
commit
008f00d790
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;