mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-04-28 15:31:39 +00:00
Update pushbullet.sh
This commit is contained in:
parent
20f604948f
commit
f2958818c8
@ -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…
Reference in New Issue
Block a user