scripts: update logging autosave
This commit is contained in:
parent
ab693f939d
commit
22bad0856c
1 changed files with 1 additions and 1 deletions
|
@ -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")"
|
||||||
|
|
Loading…
Add table
Reference in a new issue