1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ steps:
|
||||||
)
|
)
|
||||||
|
|
||||||
FAILED=0
|
FAILED=0
|
||||||
for handler in "${REQUIRED_HANDLERS[@]}"; do
|
for handler in "$${REQUIRED_HANDLERS[@]}"; do
|
||||||
if grep -q "$handler" "$CADDYFILE"; then
|
if grep -q "$handler" "$CADDYFILE"; then
|
||||||
echo "[PASS] Found handler: $handler"
|
echo "[PASS] Found handler: $handler"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue