From 57f04f4c3c80837dac22df7344612dc375c38e1a Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 29 Mar 2017 19:07:29 +0200 Subject: [PATCH] do not fail if dotfiles folder already exist --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3f26580..57208b7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -8,7 +8,7 @@ conf="config.yaml" # copy dotdrop entry point cat dotdrop/dotdrop.sh | sed 's#${cur}/dotdrop/dotdrop.py#${cur}/dotdrop/dotdrop/dotdrop.py#g' > dotdrop.sh chmod +x dotdrop.sh -mkdir $fold +mkdir -p $fold if [ ! -e ${conf} ]; then # init config file