Lower borg client error notification priority

This commit is contained in:
Yan Lin 2025-09-14 09:11:04 +02:00
parent 43d88c0872
commit 17c62f38ab

View file

@ -252,7 +252,7 @@ in
/home/yanlin/.config/nix/scripts/gotify-notify.sh \
"${cfg.gotifyUrl}" \
"${cfg.gotifyToken}" \
"critical" \
"high" \
"Backup Failed" \
"$error_msg" || echo "Failed to send error notification" >&2
fi