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"