Commit 86fffa3c authored by Rohit Gupta's avatar Rohit Gupta

minor fix for git clone logging

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