refactor: status.sh → status-coding-server.sh

Konsistente Benennung analog zu start-coding-server.sh und stop-coding-server.sh.
Alle Referenzen in README, BEDIENUNGSANLEITUNG und Tests aktualisiert.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-06-15 05:49:01 +02:00
commit 9b97c9a3ee
4 changed files with 6 additions and 6 deletions

View file

@ -33,8 +33,8 @@ test("stop-coding-server.sh stoppt den Single-Container", () => {
assert.match(readRepoFile("stop-coding-server.sh"), /coding_model/);
});
test("status.sh prüft den Single-Container", () => {
assert.match(readRepoFile("status.sh"), /coding_model/);
test("status-coding-server.sh prüft den Single-Container", () => {
assert.match(readRepoFile("status-coding-server.sh"), /coding_model/);
});
test("install-Skript deployt settings.json mit vorherigem Backup", () => {