parent
58c689a059
commit
44b4b5b357
1 changed files with 2 additions and 2 deletions
4
cd.sh
4
cd.sh
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue