Update nutNotifyFct.sh

This commit is contained in:
NeoPlayer13
2023-08-06 11:23:08 -05:00
committed by GitHub
parent 6d9c18c44a
commit a5ec2b717b
+3
View File
@@ -230,6 +230,9 @@ function conditionalNotification {
fi
if [[ " ${method[*]} " =~ " sms " ]] ; then
sendSms "$text"
fi
if [[ " ${method[*]} " =~ " discord " ]] ; then
sendDiscord "$text"
fi
}