scripts: update logging autosave

This commit is contained in:
thomasabishop 2024-02-26 19:10:38 +00:00
parent ab693f939d
commit 22bad0856c

View file

@ -24,7 +24,7 @@ if [ "$changes_exist" -eq 0 ]; then
exit 0 exit 0
fi fi
echo "Updating remote..." echo "Changes exist. Updating remote..."
git pull >/dev/null 2>&1 git pull >/dev/null 2>&1
git add . git add .
git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")" git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")"