diff --git a/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh b/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh index 655b66b..95d769a 100755 --- a/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh +++ b/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh @@ -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}"