mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-10-01 01:35:49 -04:00
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
# Echo init finish for test runs
|
|
if [[ -n "${TEST_RUN}" ]]; then
|
|
echo '[services.d] done.'
|
|
fi
|