tokers edited a comment on issue #3611: URL: https://github.com/apache/apisix/issues/3611#issuecomment-782518706
So we should detect whether the utility `which` exists in the system. https://github.com/apache/apisix/blob/master/bin/apisix#L35 ```shell OR_BIN=$(which openresty || exit 1) ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
