netbox-docker/docker/preentry.sh
Jamie (Bear) Murphy e3ac66c407 add EOL
2022-08-10 16:46:57 +01:00

16 lines
378 B
Bash

#!/bin/bash
set -e
# Example of how to activate a development plugin
# echo -e "installing custom plugin"
# source /opt/netbox/venv/bin/activate
# cd /opt/plugin_source
# python3 setup.py develop
# echo -e "finished installing custom plugin"
# follow on scripts expect this to be the current dir.
# uncomment if you have changed directory
# cd /opt/netbox/netbox
exec "$@"