From 7b735afaca4bec489d83aa83352da4c05d73bf8b Mon Sep 17 00:00:00 2001 From: velvettear Date: Wed, 28 Aug 2024 15:47:52 +0200 Subject: [PATCH] change notify channel --- scripts/restic/restic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restic/restic.sh b/scripts/restic/restic.sh index 82b4728..f6629dd 100755 --- a/scripts/restic/restic.sh +++ b/scripts/restic/restic.sh @@ -30,4 +30,4 @@ log="/var/log/restic-"$(hostname)".log" source "$script" 2>&1 | tee "$log" # send a notification when finished -/home/velvettear/.dots/scripts/notify.sh "backups" "$log" --title "$host" --icon "green_circle" +/home/velvettear/.dots/scripts/notify.sh "restic" "$log" --title "$host" --icon "green_circle"