Browse Source
Updated comment to reflect the change to function
pull/4334/head
sasburg
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
deploy/cpanel_uapi.sh
|
|
@ -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 |
|
|
|