mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-11 14:22:37 +00:00
- Added trace_paths to entrypoint
This commit is contained in:
parent
426adb2333
commit
c0182a481e
|
|
@ -63,6 +63,9 @@ else
|
||||||
echo "import runpy; runpy.run_path('../startup_scripts')" | ./manage.py shell --interface python
|
echo "import runpy; runpy.run_path('../startup_scripts')" | ./manage.py shell --interface python
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Trace any missing cable paths (not typically needed)
|
||||||
|
./manage.py trace_paths --no-input
|
||||||
|
|
||||||
echo "✅ Initialisation is done."
|
echo "✅ Initialisation is done."
|
||||||
|
|
||||||
# Launch whatever is passed by docker
|
# Launch whatever is passed by docker
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue