From 70d12cc6785b76f67aece8009e79d870f184fcfd Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sat, 21 Jan 2023 13:07:56 +0000 Subject: [PATCH] Autosave: 2023-01-21 13:07:56 --- _scripts/auto_save.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scripts/auto_save.sh b/_scripts/auto_save.sh index f379fe9..c495a33 100755 --- a/_scripts/auto_save.sh +++ b/_scripts/auto_save.sh @@ -16,7 +16,7 @@ source ${CLEAN_IMAGE_DIRECTORY} git pull -CHANGES_EXIST="$(git status --porcelain | wc -l)" >/dev/null 2>$1 +CHANGES_EXIST="$(git status --porcelain | wc -l)" # If no changes, exit. Else commit and push with timestamp if [ "$CHANGES_EXIST" -eq 0 ]; then