From d1a8f834704329f485ec5a6f4b82c449e8a6b8df Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 31 Jan 2018 01:04:22 -1000 Subject: [PATCH] make the path to ignore boxes without git access --- clone-witcom.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clone-witcom.sh b/clone-witcom.sh index 4f4f6f7..f2dfae9 100755 --- a/clone-witcom.sh +++ b/clone-witcom.sh @@ -76,6 +76,8 @@ witgitclone() src='http://ping.wit.com/'$base gitclone $src $path + mkdir -p $path + # log_action_end_msg "$1" ${2:+"$2"} exit 0 }