This commit is contained in:
2025-09-28 18:00:55 +02:00
parent 25852788c4
commit cdc9ecc06f

View File

@@ -90,7 +90,7 @@ if [ -f "$LOG" ] && [ "$(wc -c <"$LOG")" -gt 5242880 ]; then
fi
# -noinstall: keine Systemintegration, alles lokal
./meshagent -noinstall >>"$LOG" 2>&1 &
./meshagent start >>"$LOG" 2>&1 &
EOF
chmod +x "${MESH_BASE}/start.sh"
}