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 }