From 2498258d744da28533e4e3a257ab0232ebb1ab40 Mon Sep 17 00:00:00 2001 From: Raine Date: Wed, 18 Oct 2023 22:59:21 +0200 Subject: [PATCH] fix: url --- skel/opt/scripts/restic/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel/opt/scripts/restic/backup.sh b/skel/opt/scripts/restic/backup.sh index f04f17b..798f4d5 100644 --- a/skel/opt/scripts/restic/backup.sh +++ b/skel/opt/scripts/restic/backup.sh @@ -7,7 +7,7 @@ ntfy() { ntfy -m "performing backup..." if restic \ -r "/mnt/backup/restic/$(hostname)" \ - -p "/neb/secrets/restic/$(hostname).secret" \ + -p "/etc/ixvd/secrets/restic/$(hostname).secret" \ backup \ --tag auto \ /srv /home /etc; then