Skip to content

Commit

Permalink
Merge pull request #1249 from openziti/issue_1233
Browse files Browse the repository at this point in the history
Adding lsof to the prerequisite check
  • Loading branch information
gberl002 authored Aug 18, 2023
2 parents 774451c + f9956e1 commit 786e58e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* github.com/openziti/ziti: [v0.30.0 -> v0.30.1](https://github.com/openziti/ziti/compare/v0.28.4...v0.29.0)
* [Issue #1225](https://github.com/openziti/ziti/issues/1225) - Updated ZITI_ROUTER_ADVERTISED_HOST to use the more common naming convention of ZITI_ROUTER_ADVERTISED_ADDRESS
* [Issue #1233](https://github.com/openziti/ziti/issues/1233) - Added `lsof` to the list of prerequisites to be checked during quickstart

# Release 0.30.0

Expand Down
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 @@ -1005,7 +1005,7 @@ function expressInstall {
_issue_preamble

# This is redundant but better to check here to prevent going any further
_check_prereq curl jq tar hostname
_check_prereq curl jq tar hostname lsof
retVal=$?
if [ $retVal -ne 0 ]; then
return 1
Expand Down

0 comments on commit 786e58e

Please sign in to comment.