mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 00:09:18 +00:00
Fix callout to ca-settings
This commit is contained in:
parent
9759a005d2
commit
915971b5bf
@ -92,11 +92,11 @@ function ca_settings() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
export CA_NAME
|
export CA_NAME
|
||||||
export CA_DNS=${CA_DNS_ENTRIES[@]};
|
export CA_DNS=${CA_DNS_ENTRIES[*};
|
||||||
}
|
}
|
||||||
|
|
||||||
start
|
start
|
||||||
caDetails
|
ca_settings
|
||||||
build_container
|
build_container
|
||||||
description
|
description
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user