mv
This commit is contained in:
parent
5786944cf9
commit
19b7ad4675
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,6 @@ nameserver ${value}
|
||||||
# ╰───┴──────────────────────────────╯
|
# ╰───┴──────────────────────────────╯
|
||||||
|
|
||||||
spcd_f_ca() {
|
spcd_f_ca() {
|
||||||
local index name value
|
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
"list")
|
"list")
|
||||||
local grep="\(After\|Before\|Issuer\|Signature Algorithm\|Subject:\)"
|
local grep="\(After\|Before\|Issuer\|Signature Algorithm\|Subject:\)"
|
||||||
|
@ -796,6 +795,7 @@ spcd_f_ca() {
|
||||||
;;
|
;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
local index name value
|
||||||
while true; do
|
while true; do
|
||||||
index=$((index + 1))
|
index=$((index + 1))
|
||||||
name="SPCD_CA_${index}"
|
name="SPCD_CA_${index}"
|
||||||
|
|
Loading…
Reference in a new issue