diff --git a/scripts/container-update.sh b/scripts/container-update.sh index baddcca..00699c5 100755 --- a/scripts/container-update.sh +++ b/scripts/container-update.sh @@ -146,8 +146,7 @@ if [[ ${#notification_lines[@]} -gt 0 ]]; then fi done - hostname_val=$(hostname 2>/dev/null || echo "hs") - send_notification "$notification_priority" "Container Update - $hostname_val" "$message" + send_notification "$notification_priority" "Container Update" "$message" fi # Exit with error if any containers failed @@ -156,4 +155,4 @@ if [[ ${#failed_containers[@]} -gt 0 ]]; then exit 1 fi -echo "Container update completed successfully" \ No newline at end of file +echo "Container update completed successfully"