DaanHoogland commented on PR #10723: URL: https://github.com/apache/cloudstack/pull/10723#issuecomment-2812025500
@deajan , I don’t see the need for `read`? you can test for `[ -x $LOGGER ]` or something of the likes right? ``` LOGGER=`type -p logger` if [[ -x $LOGGER ]] then # we are fine else # use your method fi ``` I am also only suggesting, I will not -1 without it. -- 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. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org