Update rhel.sh

pull/428/head
midoks 2 years ago
parent 1e97929a24
commit f320d7cc69
  1. 6
      scripts/install/rhel.sh

@ -151,6 +151,12 @@ if [ "$VERSION_ID" -ge "8" ];then
REPOS="${REPOS},${REPO_VAR}"
fi
done
if [ "$REPOS" == "--enablerepo=" ];then
# if not find, reset emtpy
REPOS=''
fi
REPOS=${REPOS//=,/=}
echo "REPOS:${REPOS}"

Loading…
Cancel
Save