mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Shellcheck errors
This commit is contained in:
parent
ab41eaa5d9
commit
d4f9bb6da3
|
|
@ -7,8 +7,8 @@ echo "▶️ $0 $*"
|
||||||
# Check for the jq library needed for parsing JSON
|
# Check for the jq library needed for parsing JSON
|
||||||
###
|
###
|
||||||
if ! command -v jq; then
|
if ! command -v jq; then
|
||||||
echo "⚠️ jq command missing from \$PATH!"
|
echo "⚠️ jq command missing from \$PATH!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue