restic: backup scripts should use absolute paths

This commit is contained in:
Jef Roosens 2024-01-11 10:44:11 +01:00
parent a6e4beefb3
commit 1afca6be94
Signed by: Jef Roosens
GPG key ID: 02D4C0997E74717B
3 changed files with 5 additions and 5 deletions

View file

@ -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'