Update nutNotifyFct.sh
This commit is contained in:
@@ -231,5 +231,8 @@ function conditionalNotification {
|
||||
if [[ " ${method[*]} " =~ " sms " ]] ; then
|
||||
sendSms "$text"
|
||||
fi
|
||||
if [[ " ${method[*]} " =~ " discord " ]] ; then
|
||||
sendDiscord "$text"
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user