diff --git a/le.sh b/le.sh index c47cfb72..087d289b 100755 --- a/le.sh +++ b/le.sh @@ -210,7 +210,7 @@ _setopt() { echo usage: $0 '"file" "opt" "=" "value" [";"]' return fi - if [ -f $__conf ] ; + if [ -f $__conf ] ; then touch $__conf fi if grep -H -n "^$__opt$__sep" $__conf ; then