ca/deb/mkdir
This commit is contained in:
parent
8739a7be34
commit
3349f51a23
1 changed files with 4 additions and 1 deletions
5
cd.sh
5
cd.sh
|
@ -197,7 +197,10 @@ local target
|
||||||
local text
|
local text
|
||||||
cd_step "Copy CA"
|
cd_step "Copy CA"
|
||||||
case "${CD_OS_NAME}" in
|
case "${CD_OS_NAME}" in
|
||||||
"debian") target="/usr/local/share/ca-certificates" ;;
|
"debian")
|
||||||
|
target="/usr/local/share/ca-certificates"
|
||||||
|
cd_mkdir "${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
|
||||||
|
|
Loading…
Reference in a new issue