From def087704c241fc8596bafab8357e9ee6ca9faba Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sat, 21 Jan 2023 13:06:01 +0000 Subject: [PATCH] Autosave: 2023-01-21 13:06:01 --- _scripts/auto_save.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_scripts/auto_save.sh b/_scripts/auto_save.sh index e991b80..c3519b9 100755 --- a/_scripts/auto_save.sh +++ b/_scripts/auto_save.sh @@ -12,6 +12,8 @@ cd "$NOTES_PATH" # Loop through directories and convert spaces in filenames to underscores source ${SPACE_TO_UNDERSCORE} +source ${CLEAN_IMAGE_DIRECTORY} + git pull CHANGES_EXIST="$(git status --porcelain | wc -l)"