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
2b765fde
Commit
2b765fde
authored
May 04, 2019
by
neilpang
Browse files
add set-notify
parent
5d468f7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2b765fde
...
@@ -48,6 +48,7 @@ RUN for verb in help \
...
@@ -48,6 +48,7 @@ RUN for verb in help \
createCSR \
createCSR \
deactivate \
deactivate \
deactivate-account \
deactivate-account \
set-notify \
; do \
; do \
printf -- "%b" "#!/usr/bin/env sh\n/root/.acme.sh/acme.sh --${verb} --config-home /acme.sh \"\$@\"" >/usr/local/bin/--${verb} && chmod +x /usr/local/bin/--${verb} \
printf -- "%b" "#!/usr/bin/env sh\n/root/.acme.sh/acme.sh --${verb} --config-home /acme.sh \"\$@\"" >/usr/local/bin/--${verb} && chmod +x /usr/local/bin/--${verb} \
; done
; done
...
...
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