From 32a62c5a702e3aa3d4b938c5b13e5f6fae120916 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 28 Aug 2015 10:13:14 +0200 Subject: [PATCH] Fix indentation --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index fbe561b..0c095d8 100644 --- a/install.sh +++ b/install.sh @@ -41,14 +41,14 @@ do echo " symlink exists and is fine, skipping" continue elif [ -e $TARGET ] || [ -L $TARGET ] && [ "$(readlink $TARGET)" != "$DIR/$TARGET" ]; then - echo " exists, moving out of the way" + echo " exists, moving out of the way" if [ ! -d "workspace/backup/dotfiles_$DATETIME" ]; then mkdir -p "workspace/backup/dotfiles_$DATETIME" fi DIRNAME=$(dirname ${TARGET}) if [ "$DIRNAME" != "." ]; then mkdir "workspace/backup/dotfiles_$DATETIME/$DIRNAME" - mv $TARGET "workspace/backup/dotfiles_$DATETIME/$DIRNAME" + mv $TARGET "workspace/backup/dotfiles_$DATETIME/$DIRNAME" #echo "workspace/backup/privdotfiles_$DATETIME/$DIRNAME" else mv $TARGET "workspace/backup/dotfiles_$DATETIME/"