Fix shellcheck complaint
This commit is contained in:
parent
28e4ae44fb
commit
c6df6a040a
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue