From ac91153bcf2233190a2ab88d9f25fd6500eaca18 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 24 Sep 2019 16:13:41 +0200 Subject: [PATCH] add `config push` to daily update script --- .bin/daily.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.bin/daily.sh b/.bin/daily.sh index 23d674d..c7ddec0 100755 --- a/.bin/daily.sh +++ b/.bin/daily.sh @@ -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"