mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-07-01 07:00:15 +02:00
Fix shellcheck complaint
This commit is contained in:
@ -8,6 +8,7 @@ set -e
|
||||
umask 002
|
||||
|
||||
# Load correct Python3 env
|
||||
# shellcheck disable=SC1091
|
||||
source /opt/netbox/venv/bin/activate
|
||||
|
||||
# Try to connect to the DB
|
||||
|
Reference in New Issue
Block a user