fixes
Some checks failed
/ job (push) Failing after 1m10s

This commit is contained in:
Marc Beninca 2024-04-29 20:46:08 +02:00
parent 58c689a059
commit 44b4b5b357
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

4
cd.sh
View file

@ -193,7 +193,7 @@ local target
"alma") target="/etc/pki/ca-trust/source/anchors" ;; "alma") target="/etc/pki/ca-trust/source/anchors" ;;
*) cd_error_os "cd_copy_ca" ;; *) cd_error_os "cd_copy_ca" ;;
esac esac
# TODO copy echo "TODO"
} }
cd_update_ca () { cd_update_ca () {
@ -288,7 +288,7 @@ ${1}
cd_cat () { cd_cat () {
if [ -f "${1}" ] ; then if [ -f "${1}" ] ; then
echo " /etc╭ $(realpath "${1}")" echo " $(realpath "${1}")"
cat "${1}" || exit cat "${1}" || exit
fi fi
} }