mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-16 21:12:44 +00:00
fix syntax error
This commit is contained in:
parent
f35e15204d
commit
ff357dd3fb
@ -101,7 +101,7 @@ _ionos_init() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
$_context="core"
|
$_context="core"
|
||||||
else if [ -n "$IONOS_TOKEN" ]; then
|
elif [ -n "$IONOS_TOKEN" ]; then
|
||||||
_info "You have specified an IONOS token."
|
_info "You have specified an IONOS token."
|
||||||
_info "The script will use the IONOS Cloud DNS API: $IONOS_CLOUD_API"
|
_info "The script will use the IONOS Cloud DNS API: $IONOS_CLOUD_API"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user