]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Updated comment to reflect the change to function
authorsasburg <sasburg@users.noreply.github.com>
Sun, 2 Oct 2022 00:47:13 +0000 (17:47 -0700)
committerGitHub <noreply@github.com>
Sun, 2 Oct 2022 00:47:13 +0000 (17:47 -0700)
deploy/cpanel_uapi.sh

index fd36a915b2661b565e90754f7e78d4308ce40da5..38032b56328088da7dd9230f57993ea710836de7 100644 (file)
@@ -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