mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
opps
This commit is contained in:
parent
25355ba893
commit
a799217ef2
1 changed files with 1 additions and 1 deletions
2
le.sh
2
le.sh
|
|
@ -210,7 +210,7 @@ _setopt() {
|
|||
echo usage: $0 '"file" "opt" "=" "value" [";"]'
|
||||
return
|
||||
fi
|
||||
if [ -f $__conf ] ; then
|
||||
if [ ! -f $__conf ] ; then
|
||||
touch $__conf
|
||||
fi
|
||||
if grep -H -n "^$__opt$__sep" $__conf ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue