docker-swag/root/etc/s6-overlay/s6-rc.d/init-test-run/run

8 lines
152 B
Plaintext
Raw Normal View History

#!/usr/bin/with-contenv bash
2022-11-22 20:55:25 +00:00
# shellcheck shell=bash
# Echo init finish for test runs
if [[ -n "${TEST_RUN}" ]]; then
echo '[services.d] done.'
fi