cron/borg-notify: better cron command

This commit is contained in:
Felix Buehler 2017-04-17 14:51:05 +02:00
parent 71298adbeb
commit 50c687af66

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
## */10 * * * * cd ~/.dotfiles/cron/ && bash borg-notify.sh ## */10 * * * * ~/.dotfiles/cron/borg-notify.sh
LAST=$(tail -1 ~/.borgbackup.log) LAST=$(tail -1 ~/.borgbackup.log)