1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-17 11:23:09 +00:00
This commit is contained in:
neil
2015-12-26 23:25:31 +08:00
parent 25355ba893
commit a799217ef2
+1 -1
View File
@@ -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