Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
287a8c76
Unverified
Commit
287a8c76
authored
Sep 30, 2022
by
neil
Committed by
GitHub
Sep 30, 2022
Browse files
Merge pull request #4328 from srirams/srirams-patch-1
Add addon domains to cpanel_uapi
parents
ef26075a
c541a2e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/cpanel_uapi.sh
View file @
287a8c76
...
@@ -194,7 +194,7 @@ __cpanel_parse_response() {
...
@@ -194,7 +194,7 @@ __cpanel_parse_response() {
printf("%s%s=%s\n", prefix, $2, $3);
printf("%s%s=%s\n", prefix, $2, $3);
}
}
}'
|
}'
|
sed
-En
-e
's/^result\/data\/(main_domain|sub_domains\/-)=(.*)$/\2/p'
sed
-En
-e
's/^result\/data\/(main_domain|sub_domains\/-
|addon_domains\/-
)=(.*)$/\2/p'
}
}
# Load parameter by prefix+name - fallback to default if not set, and save to config
# Load parameter by prefix+name - fallback to default if not set, and save to config
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment