From 94c33669f7736794f8306cb752181e0786fdd592 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Mon, 19 Dec 2022 18:22:32 +0000 Subject: [PATCH] Update 'backup/backup-script.sh' --- backup/backup-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/backup-script.sh b/backup/backup-script.sh index e36764e..2748ddd 100644 --- a/backup/backup-script.sh +++ b/backup/backup-script.sh @@ -1,6 +1,6 @@ #!/bin/sh -. ./backup.conf +. /etc/backup.conf # some helpers and error handling: info() { printf "\n%s %s\n\n" "$( date )" "$*" >&2; }