Daniel Gibbs 3 ani în urmă
părinte
comite
da260e8950
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      linuxgsm.sh

+ 1 - 1
linuxgsm.sh

@@ -81,7 +81,7 @@ fn_repo_selector() {
 	fi
 
 	if [ "${branchexistscheck}" != "200" ]; then
-		echo -e "${githubbranch} branch does not exist. Defaulting to master branch."
+		echo -e "Warning! ${githubbranch} branch does not exist. Defaulting to master branch."
 		githubbranch="master"
 	fi
 }