change title notification

This commit is contained in:
Roger Pàmies Fabra 2023-01-23 23:36:14 +01:00
parent 3276863650
commit df3b7447e6
1 changed files with 1 additions and 1 deletions

View File

@ -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