mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-07 23:28:20 +08:00
opps
This commit is contained in:
2
le.sh
2
le.sh
@@ -210,7 +210,7 @@ _setopt() {
|
|||||||
echo usage: $0 '"file" "opt" "=" "value" [";"]'
|
echo usage: $0 '"file" "opt" "=" "value" [";"]'
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
if [ -f $__conf ] ;
|
if [ -f $__conf ] ; then
|
||||||
touch $__conf
|
touch $__conf
|
||||||
fi
|
fi
|
||||||
if grep -H -n "^$__opt$__sep" $__conf ; then
|
if grep -H -n "^$__opt$__sep" $__conf ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user