Skip to content

Commit

Permalink
add prereq checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Oct 4, 2023
1 parent 39375e9 commit e1e4014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/docker/image/ziti-cli-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ function addZitiToPath {
# Downloads and extracts ziti binaries onto the system. The latest version is used unless ZITI_VERSION_OVERRIDE is set.
function getZiti {
local retVal default_path ziti_binaries_file_abspath zitidl reply

_check_prereq curl jq tar
if [[ "${ZITI_BIN_DIR}" == "" ]]; then
# Prompt user for input or use default
_setup_ziti_home
Expand Down

0 comments on commit e1e4014

Please sign in to comment.