mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-17 11:51:43 +00:00
fix wrong variable name
This commit is contained in:
parent
cd6698c688
commit
4a8511f680
@ -21,7 +21,7 @@ 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
|
||||||
_saveaccountconf_mutable PUSHBULLET_TOKEN "$PUSHBULLET_TOKEN"
|
_saveaccountconf_mutable PUSHBULLET_DEVICE "$PUSHBULLET_DEVICE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export _H1="Content-Type: application/json"
|
export _H1="Content-Type: application/json"
|
||||||
|
Loading…
Reference in New Issue
Block a user