mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
Fixed wrong assignement of var
This commit is contained in:
parent
e10f447b5b
commit
14f6f9ec94
@ -112,7 +112,7 @@ _get_root() {
|
|||||||
|
|
||||||
_lsw_api() {
|
_lsw_api() {
|
||||||
cmd=$1
|
cmd=$1
|
||||||
data=$2
|
d=$2
|
||||||
fd=$3
|
fd=$3
|
||||||
tvalue=$4
|
tvalue=$4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user