restic: backup scripts should use absolute paths
This commit is contained in:
parent
a6e4beefb3
commit
1afca6be94
3 changed files with 5 additions and 5 deletions
|
|
@ -53,4 +53,4 @@
|
|||
name: 'Perform nightly backups'
|
||||
minute: '0'
|
||||
hour: '2'
|
||||
job: 'bash /etc/backups/backup-all.sh'
|
||||
job: '/usr/bin/bash /etc/backups/backup-all.sh'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue