From 9a8eb683f331af058dbdc79cfba6c6d99752ca93 Mon Sep 17 00:00:00 2001 From: bboerni2 <93215657+bboerni2@users.noreply.github.com> Date: Tue, 23 Sep 2025 14:09:35 +0200 Subject: [PATCH] Fix missing newline at end of file in README-INSTALL.md --- README-INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-INSTALL.md b/README-INSTALL.md index af96d22..d81f541 100644 --- a/README-INSTALL.md +++ b/README-INSTALL.md @@ -42,4 +42,4 @@ Um einen ersten **Administrator-Account** (Superuser) anzulegen, kann der Befehl **Command (copy-fähig):** ```bash docker compose exec netbox python3 /opt/netbox/netbox/manage.py createsuperuser -``` \ No newline at end of file +```