This repository has been archived on 2023-01-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
automate/docker/entrypoint.sh
T
2022-11-27 01:39:08 +01:00

10 lines
100 B
Bash
Executable File

#!/bin/sh
set -e
if [ -n "$WORKER" ]; then
automatisch start-worker
else
automatisch start
fi