From: Steven Baltakatei Sandoval Date: Fri, 16 Jul 2021 23:52:55 +0000 (+0000) Subject: Merge branch 'master' of https://zdv2.bktei.com/gitweb/baltakatei-exdev X-Git-Tag: 0.5.0~56 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/93b687f9df50824f6ac2098bb35318b0fcd14713?hp=0ed005b03db443e2527056d25d73582b4d76696b Merge branch 'master' of https://zdv2.bktei.com/gitweb/baltakatei-exdev --- diff --git a/unitproc/bktemp-initGitRepo b/unitproc/bktemp-initGitRepo index 905e929..4575daf 100644 --- a/unitproc/bktemp-initGitRepo +++ b/unitproc/bktemp-initGitRepo @@ -31,7 +31,7 @@ initGitRepo() { # arg2: repoDir # arg3: remoteName # arg4: branchName - # Version: 0.0.5 + # Version: 0.0.6 # Depends: checkURL() 0.0.2, yell(), Bash 5.0.3 # Ref/Attrib: [1]: Test for space-less alphanuemric string. https://unix.stackexchange.com/a/416120 # [2]: Test for argument count. https://stackoverflow.com/q/18568706 @@ -68,7 +68,6 @@ initGitRepo() { else yell "STATUS:Already a git repository:$repoDir"; git status; git remote -v; - yell "STATUS:Pausing 4 seconds..."; sleep 4; fi; yell "STATUS:Adding $repoURL as remote $remoteName"; git remote add "$remoteName" "$repoURL"; @@ -77,6 +76,7 @@ initGitRepo() { unset repoURL repoDir remoteName branchName; popd || exit 1; #==END create and populate git repository== + yell "================================"; } # Init Git Repository #===END Declare local script functions=== #==END Define script parameters==