mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
10 lines
189 B
Plaintext
Executable File
10 lines
189 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
if [[ -n "${QUEUE_CONNECTION}" ]]; then
|
|
touch /etc/s6-overlay/s6-rc.d/user/contents.d/svc-queue-worker
|
|
fi
|
|
|
|
exec \
|
|
/docker-mods
|