Quellcode durchsuchen

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

neil vor 2 Jahren
Ursprung
Commit
a7455d7edd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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