fix: fix quotation while using retry
This commit is contained in:
parent
de2c79696a
commit
f642a43a92
@ -13,4 +13,4 @@ log_info "Wait for web server on '$URL'"
|
|||||||
/usr/local/bin/wait-for "$URL"
|
/usr/local/bin/wait-for "$URL"
|
||||||
|
|
||||||
log_info "Start linkcheck"
|
log_info "Start linkcheck"
|
||||||
exec retry -t "${LINK_VALIDATOR_RETRIES:-0}" -- /usr/local/bin/linkcheck "$@" "$URL"
|
exec retry -t "${LINK_VALIDATOR_RETRIES:-0}" -- "/usr/local/bin/linkcheck $* $URL"
|
||||||
|
Reference in New Issue
Block a user