−cd_nop
This commit is contained in:
parent
be42eb7d05
commit
e8bdfcf982
1 changed files with 1 additions and 3 deletions
4
cd.sh
4
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_error_os "CD_OS_VERSION" ;;
|
||||
esac
|
||||
CD_CA_ROOT="/etc/pki/ca-trust/source/anchors"
|
||||
|
@ -395,8 +395,6 @@ cd_mkdir () {
|
|||
fi
|
||||
}
|
||||
|
||||
cd_nop () { true ; }
|
||||
|
||||
cd_openssl () {
|
||||
local file="${1}"
|
||||
if [ "${file}" ] ; then
|
||||
|
|
Loading…
Reference in a new issue