docker-swag/root/etc/s6-overlay/s6-rc.d/init-test-run/run
2023-01-20 22:42:13 -06:00

8 lines
152 B
Plaintext
Executable File

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