mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-08-30 13:58:33 +00:00
Update pushbullet.sh
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user