neil
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
notify/pushbullet.sh
|
@ -21,6 +21,8 @@ pushbullet_send() { |
|
|
|
|
|
|
|
|
PUSHBULLET_DEVICE="${PUSHBULLET_DEVICE:-$(_readaccountconf_mutable PUSHBULLET_DEVICE)}" |
|
|
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" |
|
|
_saveaccountconf_mutable PUSHBULLET_DEVICE "$PUSHBULLET_DEVICE" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|