mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-09-02 23:35:33 +00:00
improve output
This commit is contained in:
@@ -29,7 +29,7 @@ dns_nanelo_add() {
|
||||
if _contains "${response}" 'success'; then
|
||||
return 0
|
||||
fi
|
||||
_err "Could not create resource record, check logs"
|
||||
_err "Could not create resource record, please check the logs"
|
||||
_err "${response}"
|
||||
return 1
|
||||
}
|
||||
@@ -53,7 +53,7 @@ dns_nanelo_rm() {
|
||||
if _contains "${response}" 'success'; then
|
||||
return 0
|
||||
fi
|
||||
_err "Could not delete resource record, check logs"
|
||||
_err "Could not delete resource record, please check the logs"
|
||||
_err "${response}"
|
||||
return 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user