change title notification
This commit is contained in:
parent
3276863650
commit
df3b7447e6
|
@ -19,5 +19,5 @@ else
|
||||||
updates=$(echo $updates|tr -d '\n')
|
updates=$(echo $updates|tr -d '\n')
|
||||||
OUT="There are **$num** updates: \r"
|
OUT="There are **$num** updates: \r"
|
||||||
OUT="${OUT} Packages: *$updates*"
|
OUT="${OUT} Packages: *$updates*"
|
||||||
sh ./gotifypush.sh "Example host updates notifier" "$OUT" 5 $TOKEN
|
sh ./gotifypush.sh "Hostname pending updates" "$OUT" 5 $TOKEN
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue