Browse Source

Updated comment to reflect the change to function

pull/4361/head
sasburg 3 years ago
committed by Devirex
parent
commit
dd5a62e351
  1. 2
      deploy/cpanel_uapi.sh

2
deploy/cpanel_uapi.sh

@ -173,7 +173,7 @@ cpanel_uapi_deploy() {
######## Private functions ##################### ######## 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] #[response]
__cpanel_parse_response() { __cpanel_parse_response() {
if [ $# -gt 0 ]; then resp="$*"; else resp="$(cat)"; fi if [ $# -gt 0 ]; then resp="$*"; else resp="$(cat)"; fi

Loading…
Cancel
Save