Enhance tenant management script: switch to bash, enforce strict mode, and validate port input

This commit is contained in:
2026-04-28 16:54:42 +02:00
parent 7873c45cfc
commit 43406c29d1
2 changed files with 14 additions and 10 deletions
+1
View File
@@ -418,6 +418,7 @@ parse_port_list() {
configure_host_ports() {
local requested_http
local requested_ports
local ports=()
requested_http=""
requested_ports=""