−cd_nop

This commit is contained in:
Marc Beninca 2024-05-04 11:06:25 +02:00
parent be42eb7d05
commit e8bdfcf982
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

4
cd.sh
View file

@ -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