neil 1 year ago
parent
commit
a7455d7edd
  1. 2
      acme.sh

2
acme.sh

@ -2278,7 +2278,7 @@ _setopt() {
if [ ! -f "$__conf" ]; then if [ ! -f "$__conf" ]; then
touch "$__conf" touch "$__conf"
fi fi
if [ -n "$(tail -c 1 <"$__conf")" ]; then
if [ -n "$(tail -c1 <"$__conf")" ]; then
echo >>"$__conf" echo >>"$__conf"
fi fi

Loading…
Cancel
Save