1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

do not fail if dotfiles folder already exist

This commit is contained in:
deadc0de6
2017-03-29 19:07:29 +02:00
parent f9ea6510e1
commit 57f04f4c3c

View File

@@ -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