mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-13 01:41:47 +00:00
minor: less debug message
This commit is contained in:
parent
b3752e78b6
commit
7270f277a7
4
acme.sh
4
acme.sh
@ -163,8 +163,8 @@ _h2b() {
|
|||||||
if _exists let ; then
|
if _exists let ; then
|
||||||
uselet="1"
|
uselet="1"
|
||||||
fi
|
fi
|
||||||
_debug uselet "$uselet"
|
_debug2 uselet "$uselet"
|
||||||
_debug _URGLY_PRINTF "$_URGLY_PRINTF"
|
_debug2 _URGLY_PRINTF "$_URGLY_PRINTF"
|
||||||
while true ; do
|
while true ; do
|
||||||
if [ -z "$_URGLY_PRINTF" ] ; then
|
if [ -z "$_URGLY_PRINTF" ] ; then
|
||||||
h="$(printf $hex | cut -c $i-$j)"
|
h="$(printf $hex | cut -c $i-$j)"
|
||||||
|
Loading…
Reference in New Issue
Block a user