Unverified Commit f2958818 authored by neil's avatar neil Committed by GitHub
Browse files

Update pushbullet.sh

parent 20f60494
...@@ -20,7 +20,7 @@ pushbullet_send() { ...@@ -20,7 +20,7 @@ pushbullet_send() {
_saveaccountconf_mutable PUSHBULLET_TOKEN "$PUSHBULLET_TOKEN" _saveaccountconf_mutable PUSHBULLET_TOKEN "$PUSHBULLET_TOKEN"
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 _clearaccountconf_mutable PUSHBULLET_DEVICE
else else
_saveaccountconf_mutable PUSHBULLET_DEVICE "$PUSHBULLET_DEVICE" _saveaccountconf_mutable PUSHBULLET_DEVICE "$PUSHBULLET_DEVICE"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment