mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
Fix error message for freemyip API request failure
Remove existing token leak. Not my regression.
This commit is contained in:
parent
96220fa012
commit
fc007a6a4e
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ _freemyip_get_until_ok() {
|
|||
_sleep 1 # DO NOT send the request too fast
|
||||
i=$((i + 1))
|
||||
done
|
||||
_err "Failed to request freemyip API: $_fmi_url . Server does not say 'OK'"
|
||||
_err "Failed to request freemyip API. Server does not say 'OK'"
|
||||
return 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue