]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
fix format
authorneilpang <neil@neilpang.com>
Mon, 27 Jan 2020 15:30:36 +0000 (23:30 +0800)
committerneilpang <neil@neilpang.com>
Mon, 27 Jan 2020 15:30:36 +0000 (23:30 +0800)
acme.sh

diff --git a/acme.sh b/acme.sh
index 5ae2e312eecaa72d4cb6a62c60b24bb094ade548..200c95c07277614f1522ceacbbefd83a0221f57b 100755 (executable)
--- a/acme.sh
+++ b/acme.sh
@@ -4140,7 +4140,7 @@ $_authorizations_map"
           return 1
         fi
       fi
-      
+
       if [ -z "$keyauthorization" ]; then
         token="$(echo "$entry" | _egrep_o '"token":"[^"]*' | cut -d : -f 2 | tr -d '"')"
         _debug token "$token"