alma/major
This commit is contained in:
parent
4b47ea99bd
commit
be42eb7d05
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -67,7 +67,7 @@ cd_set_environment_variables () {
|
|||
CD_OS_REPO="${CD_DEFAULT_REPO_ALMA}"
|
||||
[ "${CD_REPO_ALMA}" ] && CD_OS_REPO="${CD_REPO_ALMA}"
|
||||
case "${CD_OS_VERSION}" in
|
||||
"8."*|"9."*) cd_nop ;;
|
||||
"8"|"9") cd_nop ;;
|
||||
*) cd_error_os "CD_OS_VERSION" ;;
|
||||
esac
|
||||
CD_CA_ROOT="/etc/pki/ca-trust/source/anchors"
|
||||
|
|
Loading…
Reference in a new issue