mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Merge eb2822a978 into 9b2793a808
This commit is contained in:
commit
0e765d8b11
|
|
@ -36,7 +36,7 @@ load_configuration() {
|
||||||
http://localhost/config
|
http://localhost/config
|
||||||
)
|
)
|
||||||
if [ "$RESP_CODE" != "200" ]; then
|
if [ "$RESP_CODE" != "200" ]; then
|
||||||
echo "⚠️ Could no load Unit configuration"
|
echo "⚠️ Could not load Unit configuration"
|
||||||
kill "$(cat /opt/unit/unit.pid)"
|
kill "$(cat /opt/unit/unit.pid)"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue