add missing activation of preentry to docker-entrypoint
This commit is contained in:
parent
e3ac66c407
commit
19982154fc
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Runs on every start of the NetBox Docker container
|
# Runs on every start of the NetBox Docker container
|
||||||
|
|
||||||
|
# Run preentry script to install any local depencencies / file mods
|
||||||
|
/opt/netbox/preentry.sh
|
||||||
|
|
||||||
# Stop when an error occures
|
# Stop when an error occures
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue