Fix shellcheck complaint

This commit is contained in:
Christian Mäder 2021-02-08 12:04:22 +01:00
parent 28e4ae44fb
commit c6df6a040a
2 changed files with 2 additions and 1 deletions

View file

@ -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