From 6957f278486d72118227b3910a7de880ef4f7375 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Mon, 19 Dec 2022 17:49:39 +0000 Subject: [PATCH] Fix issue with sourcing --- 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 0e8a15d..4c76f11 100644 --- a/backup/backup-script.sh +++ b/backup/backup-script.sh @@ -1,6 +1,6 @@ #!/bin/sh -. backup.conf +. ./backup.conf # some helpers and error handling: info() { printf "\n%s %s\n\n" "$( date )" "$*" >&2; }