mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-19 02:47:45 +00:00
fixed typos
This commit is contained in:
@@ -35,7 +35,7 @@ send_notification() {
|
|||||||
### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function
|
### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function
|
||||||
### to not send notifications when dockcheck itself has updates.
|
### to not send notifications when dockcheck itself has updates.
|
||||||
dockcheck_notification() {
|
dockcheck_notification() {
|
||||||
printf "\nSending Apprise dockcheck notification\n"
|
printf "\nSending Gotify dockcheck notification\n"
|
||||||
|
|
||||||
MessageTitle="$FromHost - New version of dockcheck available."
|
MessageTitle="$FromHost - New version of dockcheck available."
|
||||||
# Setting the MessageBody variable here.
|
# Setting the MessageBody variable here.
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ send_notification() {
|
|||||||
### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function
|
### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function
|
||||||
### to not send notifications when dockcheck itself has updates.
|
### to not send notifications when dockcheck itself has updates.
|
||||||
dockcheck_notification() {
|
dockcheck_notification() {
|
||||||
printf "\nSending Apprise dockcheck notification\n"
|
printf "\nSending pushover dockcheck notification\n"
|
||||||
|
|
||||||
MessageTitle="$FromHost - New version of dockcheck available."
|
MessageTitle="$FromHost - New version of dockcheck available."
|
||||||
# Setting the MessageBody variable here.
|
# Setting the MessageBody variable here.
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ send_notification() {
|
|||||||
### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function
|
### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function
|
||||||
### to not send notifications when dockcheck itself has updates.
|
### to not send notifications when dockcheck itself has updates.
|
||||||
dockcheck_notification() {
|
dockcheck_notification() {
|
||||||
printf "\nSending Matrix dockcheck notification\n"
|
printf "\nSending Telegram dockcheck notification\n"
|
||||||
|
|
||||||
MessageTitle="$FromHost - New version of dockcheck available."
|
MessageTitle="$FromHost - New version of dockcheck available."
|
||||||
# Setting the MessageBody variable here.
|
# Setting the MessageBody variable here.
|
||||||
|
|||||||
Reference in New Issue
Block a user