mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 09:54:44 +00:00
Allow saved password strings to have special characters.
This commit is contained in:
parent
ecf0a710e1
commit
a43c254b49
2
acme.sh
2
acme.sh
@ -1180,7 +1180,7 @@ _saveaccountconf() {
|
|||||||
_sckey="$1"
|
_sckey="$1"
|
||||||
_scvalue="$2"
|
_scvalue="$2"
|
||||||
if [ "$ACCOUNT_CONF_PATH" ] ; then
|
if [ "$ACCOUNT_CONF_PATH" ] ; then
|
||||||
_setopt "$ACCOUNT_CONF_PATH" "$_sckey" "=" "\"$_scvalue\""
|
_setopt "$ACCOUNT_CONF_PATH" "$_sckey" "=" "'$_scvalue'"
|
||||||
else
|
else
|
||||||
_err "ACCOUNT_CONF_PATH is empty, can not save $_sckey=$_scvalue"
|
_err "ACCOUNT_CONF_PATH is empty, can not save $_sckey=$_scvalue"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user