From eb2822a978fdba91dd45200a0a902dac3de2eff4 Mon Sep 17 00:00:00 2001 From: Willard Nilges Date: Sun, 19 Oct 2025 01:17:23 -0400 Subject: [PATCH] Fix typo in error message for Unit configuration --- docker/launch-netbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/launch-netbox.sh b/docker/launch-netbox.sh index 6cc63ba..11da1de 100755 --- a/docker/launch-netbox.sh +++ b/docker/launch-netbox.sh @@ -36,7 +36,7 @@ load_configuration() { http://localhost/config ) if [ "$RESP_CODE" != "200" ]; then - echo "⚠️ Could no load Unit configuration" + echo "⚠️ Could not load Unit configuration" kill "$(cat /opt/unit/unit.pid)" return 1 fi