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

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

View file

@ -15,7 +15,8 @@ source ${SPACE_TO_UNDERSCORE}
source ${CLEAN_IMAGE_DIRECTORY}
git pull
CHANGES_EXIST="$(git status --porcelain | wc -l)"
CHANGES_EXIST="$(git status --porcelain | wc -l)" >/dev/null 2>$1
# If no changes, exit. Else commit and push with timestamp
if [ "$CHANGES_EXIST" -eq 0 ]; then