1
0
mirror of https://github.com/netbox-community/netbox-docker.git synced 2025-12-03 09:00:58 +03:00

Fix typo in error message for Unit configuration

This commit is contained in:
Willard Nilges
2025-10-19 01:17:23 -04:00
committed by GitHub
parent ae5f7d2419
commit eb2822a978

View File

@@ -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