[type]Update manifest from renew-hook to deploy-hook
This commit is contained in:
parent
92a50da487
commit
66408f810b
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ if [ -f "${__object}/parameter/automatic-renewal" ]; then
|
||||||
renew_hook=""
|
renew_hook=""
|
||||||
if [ -f "${renew_hook_param}" ]; then
|
if [ -f "${renew_hook_param}" ]; then
|
||||||
while read -r hook; do
|
while read -r hook; do
|
||||||
renew_hook="${renew_hook} --renew-hook \"${hook}\""
|
renew_hook="${renew_hook} --deploy-hook \"${hook}\""
|
||||||
done < "${renew_hook_param}"
|
done < "${renew_hook_param}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue