From e8bdfcf982cc7efe7e47e110cef52fa22dd21b33 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 4 May 2024 11:06:25 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92cd=5Fnop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cd.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cd.sh b/cd.sh index bbf6699..5c6f0a2 100644 --- a/cd.sh +++ b/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