Minor update on container update notify format
This commit is contained in:
parent
520cfad72d
commit
d57966b115
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue