Pārlūkot izejas kodu

fix https://github.com/acmesh-official/acme.sh/issues/4562#issuecomment-1598731384

neil 2 gadi atpakaļ
vecāks
revīzija
a7455d7edd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

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