mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-02-05 05:24:05 +00:00
Merge pull request #1547 from WillNilges/patch-1
Correct typo in launch-netbox.sh
This commit is contained in:
commit
f6cab681b4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user