mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +00:00
Updated comment to reflect the change to function
This commit is contained in:
parent
d761bdc1b1
commit
2c90d220b8
@ -173,7 +173,7 @@ cpanel_uapi_deploy() {
|
||||
|
||||
######## Private functions #####################
|
||||
|
||||
# Internal utility to process YML from UAPI - only looks at main_domain and sub_domains
|
||||
# Internal utility to process YML from UAPI - only looks at main_domain, sub_domains and addon domains
|
||||
#[response]
|
||||
__cpanel_parse_response() {
|
||||
if [ $# -gt 0 ]; then resp="$*"; else resp="$(cat)"; fi
|
||||
|
Loading…
Reference in New Issue
Block a user