feat(agent): package stable Go runtime for OpenWrt

This commit is contained in:
benya
2026-07-21 00:20:48 +03:00
parent e6236f505c
commit 01e0350cde
18 changed files with 461 additions and 38 deletions

View File

@@ -28,7 +28,7 @@ cleanup() {
if [ -n "${SLEEP_PID:-}" ]; then
kill "$SLEEP_PID" 2>/dev/null || true
fi
rm -rf "$LOCK_FILE"
rmdir "$LOCK_FILE" 2>/dev/null || true
}
stop_agent() {