add config push to daily update script

This commit is contained in:
Franzi 2019-09-24 16:13:41 +02:00
parent 02c35cde5d
commit ac91153bcf
Signed by untrusted user: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -8,6 +8,7 @@ trap 'echo $( date ) Backup interrupted >&2; exit 2' INT TERM
yay -Syu
pass git push
git --git-dir=$HOME/.cfg/ --work-tree=$HOME push
info "Starting backup"