🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
This commit is contained in:
casjay 2024-09-02 14:43:02 -04:00
parent 9273bb822d
commit 27ac0ee957
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -295,6 +295,7 @@ EOF
fi
for runner in "$CONF_DIR/reg"/*.reg; do
echo "Setting up $runner"
[ -f "$runner" ] && . "$runner"
while :; do
RUNNER_LABELS="${RUNNER_LABELS:-act_runner}"