mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 19:12:07 +08:00
10 lines
196 B
Bash
Executable File
10 lines
196 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
RUNNER_HOME="${RUNNER_HOME:-/runner}"
|
|
|
|
test -f /opt/actions-runner/.runner
|
|
test -f "${RUNNER_HOME}/.state/configured"
|
|
pgrep -f "Runner.Listener" >/dev/null
|