mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-04-29 21:31:34 +00:00
opps
This commit is contained in:
parent
25355ba893
commit
a799217ef2
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 ] ; then
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user