Browse Source

Update pushbullet.sh

pull/3599/head
neil 3 years ago
committed by GitHub
parent
commit
f2958818c8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      notify/pushbullet.sh

2
notify/pushbullet.sh

@ -20,7 +20,7 @@ pushbullet_send() {
_saveaccountconf_mutable PUSHBULLET_TOKEN "$PUSHBULLET_TOKEN"
PUSHBULLET_DEVICE="${PUSHBULLET_DEVICE:-$(_readaccountconf_mutable PUSHBULLET_DEVICE)}"
if [ -z "$PUSHBULLET_DEVICE" ]; then
if [ -z "$PUSHBULLET_DEVICE" ]; then
_clearaccountconf_mutable PUSHBULLET_DEVICE
else
_saveaccountconf_mutable PUSHBULLET_DEVICE "$PUSHBULLET_DEVICE"

Loading…
Cancel
Save