mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-11 06:12:37 +00:00
Fix launch-netbox.sh typo
This commit is contained in:
parent
ed6256172f
commit
7677c7975d
|
|
@ -7,7 +7,7 @@ load_configuration() {
|
||||||
MAX_WAIT=10
|
MAX_WAIT=10
|
||||||
WAIT_COUNT=0
|
WAIT_COUNT=0
|
||||||
while [ ! -S $UNIT_SOCKET ]; do
|
while [ ! -S $UNIT_SOCKET ]; do
|
||||||
if [ $WAIT_COUNT -gte $MAX_WAIT ]; then
|
if [ $WAIT_COUNT -ge $MAX_WAIT ]; then
|
||||||
echo "⚠️ No control socket found; configuration will not be loaded."
|
echo "⚠️ No control socket found; configuration will not be loaded."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue