mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
fix(hack): jq installation checking
This commit is contained in:
committed by
Dario Tranchitella
parent
94c6a64fcb
commit
61e6ab4088
@@ -22,6 +22,12 @@ if [[ ! -x "$(command -v kubectl)" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Check if jq is installed
|
||||
if [[ ! -x "$(command -v jq)" ]]; then
|
||||
echo "Error: jq not found"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
USER=$1
|
||||
TENANT=$2
|
||||
GROUP=$3
|
||||
|
||||
Reference in New Issue
Block a user