From df3b7447e6cebfd0fe2aed5e31994c4be1b6d98a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20P=C3=A0mies?= Date: Mon, 23 Jan 2023 23:36:14 +0100 Subject: [PATCH] change title notification --- updates_notifier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updates_notifier.sh b/updates_notifier.sh index 40a4b1b..90a9aa9 100644 --- a/updates_notifier.sh +++ b/updates_notifier.sh @@ -19,5 +19,5 @@ else updates=$(echo $updates|tr -d '\n') OUT="There are **$num** updates: \r" OUT="${OUT} Packages: *$updates*" - sh ./gotifypush.sh "Example host updates notifier" "$OUT" 5 $TOKEN + sh ./gotifypush.sh "Hostname pending updates" "$OUT" 5 $TOKEN fi