fix(agent): detection robuste du statut instances avec fallback ps -q (v0.2.1)

This commit is contained in:
root
2026-06-12 19:25:23 +00:00
parent c9ca22bafc
commit 2dc9ba7b55
2 changed files with 35 additions and 28 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
VERSION="0.2.0"
VERSION="0.2.1"
LDFLAGS="-X main.version=${VERSION}"
echo "Building EduBox Agent v${VERSION}..."