change title notification
This commit is contained in:
parent
3276863650
commit
df3b7447e6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue