Fix issues with backups, tweak vim settings

This commit is contained in:
Andrew Miner
2017-07-24 21:23:29 -07:00
parent dc81e990f1
commit 0484aec9cc
5 changed files with 104 additions and 6 deletions
+1
View File
@@ -10,3 +10,4 @@ if mount | grep -q "$LOCAL_MOUNT"; then
fi
[[ -e "$LOCAL_MOUNT" ]] && rm -r "$LOCAL_MOUNT"
exit 0