We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bdf661 + eb2822a commit f6cab68Copy full SHA for f6cab68
docker/launch-netbox.sh
@@ -36,7 +36,7 @@ load_configuration() {
36
http://localhost/config
37
)
38
if [ "$RESP_CODE" != "200" ]; then
39
- echo "⚠️ Could no load Unit configuration"
+ echo "⚠️ Could not load Unit configuration"
40
kill "$(cat /opt/unit/unit.pid)"
41
return 1
42
fi
0 commit comments