Browse Source

Update callmebotWhatsApp.sh

pull/4076/head
neil 3 years ago
parent
commit
915ced7b92
  1. 2
      notify/callmebotWhatsApp.sh

2
notify/callmebotWhatsApp.sh

@ -20,7 +20,7 @@ callmebotWhatsApp_send() {
_saveaccountconf_mutable CALLMEBOT_YOUR_PHONE_NO "$CALLMEBOT_YOUR_PHONE_NO"
CALLMEBOT_API_KEY="${CALLMEBOT_API_KEY:-$(_readaccountconf_mutable CALLMEBOT_API_KEY)}"
if [ -n "$CALLMEBOT_API_KEY" ]; then
if [ "$CALLMEBOT_API_KEY" ]; then
_saveaccountconf_mutable CALLMEBOT_API_KEY "$CALLMEBOT_API_KEY"
fi

Loading…
Cancel
Save