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 fi
# -noinstall: keine Systemintegration, alles lokal # -noinstall: keine Systemintegration, alles lokal
./meshagent -noinstall >>"$LOG" 2>&1 & ./meshagent start >>"$LOG" 2>&1 &
EOF EOF
chmod +x "${MESH_BASE}/start.sh" chmod +x "${MESH_BASE}/start.sh"
} }