add set-notify

This commit is contained in:
neilpang 2019-05-04 11:54:59 +08:00
parent 5d468f7ca5
commit 2b765fdedb
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ RUN for verb in help \
createCSR \
deactivate \
deactivate-account \
set-notify \
; 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} \
; done