mirror of
https://github.com/casjaysdevdocker/gitea
synced 2026-06-24 08:01:03 -04:00
d74ff680d2
Fix all undefined variable references and logic errors that would prevent runner registration and daemon startup from working. - rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh: fix GITEA_USER typo (missing $ before SERVICE_USER); define 9 previously undefined variables: RUNNER_IP_ADDRESS, RUNNER_CONFIG_DEFAULT, RUNNER_DEFAULT_HOME, RUNNER_CONFIG_NAME, RUNNER_LOG_FILE, RUNNER_DAEMON_LOG, RUNNER_CACHE_HOST, CACHE_CONFIG_FILE, CACHE_LOG_FILE; swap ctime/waitTime local declarations so ctime is defined before waitTime uses it; quote act_runner daemon and cache-server --config paths rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh