From 44b4b5b3572d32410d8bd4c8b88c8ee70a562b65 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 29 Apr 2024 20:46:08 +0200 Subject: [PATCH] fixes --- cd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cd.sh b/cd.sh index bf7248a..4717b24 100644 --- a/cd.sh +++ b/cd.sh @@ -193,7 +193,7 @@ local target "alma") target="/etc/pki/ca-trust/source/anchors" ;; *) cd_error_os "cd_copy_ca" ;; esac - # TODO copy + echo "TODO" } cd_update_ca () { @@ -288,7 +288,7 @@ ${1} cd_cat () { if [ -f "${1}" ] ; then - echo " ↙ /etc╭ $(realpath "${1}")" + echo " ↙ $(realpath "${1}")" cat "${1}" || exit fi }