Browse Source

shfmt check?

pull/4259/head
Monius 2 years ago
parent
commit
5a604bfdee
  1. 1
      acme.sh

1
acme.sh

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

Loading…
Cancel
Save