From df208c3d3e7c0196223d53de42a9b78764f7f24b Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 25 Feb 2019 17:56:43 +0100 Subject: [PATCH] Update sync_notes.sh Signed-off-by: Severin Kaderli --- system/.local/bin/sync_notes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/.local/bin/sync_notes.sh b/system/.local/bin/sync_notes.sh index 77d3af0..ee1a77f 100755 --- a/system/.local/bin/sync_notes.sh +++ b/system/.local/bin/sync_notes.sh @@ -12,7 +12,7 @@ # USAGE: # ./sync_notes.sh # Set custom wineprefix -cd "/home/severin/Notes" +cd "/home/severin/Notes" || exit git pull git add --all git commit -s -m "Update notes"