mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-22 05:42:54 +00:00
fixup check for jq in version.sh (#158)
replace kopano-cli in scheduler container (for the moment, binary is currently missing in master) Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
if ! hash jq; then
|
||||
if ! command -v jq > /dev/null; then
|
||||
echo "Please install jq in order to run this build script."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user