zachradtka commented on a change in pull request #328: Added support for Red Hat OS URL: https://github.com/apache/fluo-muchos/pull/328#discussion_r389879005
########## 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: I spun up a CentOS image and checked. This file exists in both CentOS and Red Hat ---------------------------------------------------------------- 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
