Browse Source

fix wrong variable name

pull/3599/head
ciro 3 years ago
parent
commit
4a8511f680
  1. 2
      notify/pushbullet.sh

2
notify/pushbullet.sh

@ -21,7 +21,7 @@ pushbullet_send() {
PUSHBULLET_DEVICE="${PUSHBULLET_DEVICE:-$(_readaccountconf_mutable PUSHBULLET_DEVICE)}"
if [ -z "$PUSHBULLET_DEVICE" ]; then
_saveaccountconf_mutable PUSHBULLET_TOKEN "$PUSHBULLET_TOKEN"
_saveaccountconf_mutable PUSHBULLET_DEVICE "$PUSHBULLET_DEVICE"
fi
export _H1="Content-Type: application/json"

Loading…
Cancel
Save