keith-turner commented on a change in pull request #328: Added support for Red Hat OS URL: https://github.com/apache/fluo-muchos/pull/328#discussion_r389186257
########## File path: ansible/scripts/install_ansible.sh ########## @@ -22,9 +22,19 @@ base_dir=$( cd "$( dirname "$bin" )" && pwd ) set -e +# get the release id +if [ -f /etc/os-release ]; then Review comment: Would you happen to know if this file exists in Centos and redhat? ---------------------------------------------------------------- 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] With regards, Apache Git Services
