deajan commented on PR #10723:
URL: https://github.com/apache/cloudstack/pull/10723#issuecomment-2812033819

   The point is that the log function as for now works like `log "something"`.
   There are some lines in the script that are like `keytool [args] >> LOG_FILE 
2>&1` which would need to become `keytool [args] 2>&1 | $LOGGER` in which case, 
if `/usr/bin/logger` is not found, the log function will have to use `read` to 
capture the stdin.
   
   It's just a detail, but I am not sure whether `read` builtin is present in 
dash used by default in Debian. I can check of course.


-- 
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

Reply via email to