make the path to ignore boxes without git access

This commit is contained in:
Jeff Carr 2018-01-31 01:04:22 -10:00
parent 8c1f05327b
commit d1a8f83470
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ witgitclone()
src='http://ping.wit.com/'$base src='http://ping.wit.com/'$base
gitclone $src $path gitclone $src $path
mkdir -p $path
# log_action_end_msg "$1" ${2:+"$2"} # log_action_end_msg "$1" ${2:+"$2"}
exit 0 exit 0
} }