From a799217ef2ee114e96d090660c7273536e8e5114 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 26 Dec 2015 23:25:31 +0800 Subject: [PATCH] opps --- le.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/le.sh b/le.sh index 087d289b..1a1e6261 100755 --- a/le.sh +++ b/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