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"