Skip to content
Snippets Groups Projects
Commit 86fffa3c authored by Rohit Gupta's avatar Rohit Gupta
Browse files

minor fix for git clone logging

parent 19d002af
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ RETRIES=10
DELAY=10
COUNT=1
while [ $COUNT -lt $RETRIES ]; do
$REALGIT $* >> git-clone-log.txt 2>&1
$REALGIT $* >> git-clone-`hostname`-log.txt 2>&1
if [ $? -eq 0 ]; then
RETRIES=0
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment