Autosave: 2023-01-21 13:07:56

This commit is contained in:
thomasabishop 2023-01-21 13:07:56 +00:00
parent 24db392c37
commit 70d12cc678

View file

@ -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