فهرست منبع

corrected if master check

Matthew Vale 9 سال پیش
والد
کامیت
008f00d790
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;