Minor update on container update notify format

This commit is contained in:
Yan Lin 2025-09-14 22:14:59 +02:00
parent 520cfad72d
commit d57966b115

View file

@ -146,8 +146,7 @@ if [[ ${#notification_lines[@]} -gt 0 ]]; then
fi fi
done done
hostname_val=$(hostname 2>/dev/null || echo "hs") send_notification "$notification_priority" "Container Update" "$message"
send_notification "$notification_priority" "Container Update - $hostname_val" "$message"
fi fi
# Exit with error if any containers failed # Exit with error if any containers failed
@ -156,4 +155,4 @@ if [[ ${#failed_containers[@]} -gt 0 ]]; then
exit 1 exit 1
fi fi
echo "Container update completed successfully" echo "Container update completed successfully"