Skip to content
Snippets Groups Projects
Commit 9e448b28 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Recognise Scientific Linux 7 as RHEL 7 variant

parent e01bb36b
No related merge requests found
......@@ -14,7 +14,7 @@ SCRIPT_DIR=$(dirname "$0")
###############################################################################
# System discovery
###############################################################################
if [[ ${NODE_LABELS} == *rhel7* ]] || [[ ${NODE_LABELS} == *centos7* ]]; then
if [[ ${NODE_LABELS} == *rhel7* ]] || [[ ${NODE_LABELS} == *centos7* ]] || [[ ${NODE_LABELS} == *scilin7* ]]; then
ON_RHEL7=true
fi
if [[ ${NODE_LABELS} == *ubuntu* ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment