change notify channel

This commit is contained in:
Daniel Sommer 2024-08-28 15:47:52 +02:00
parent 5b5e1bf1cf
commit 7b735afaca

View file

@ -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"