From 6f0451f7d4d6d34aea8fa107a00e7c8e98cf3276 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 23 Apr 2023 14:15:46 +0800 Subject: [PATCH] Update create_ct.sh --- scripts/create_ct.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_ct.sh b/scripts/create_ct.sh index 9d51969..221aa18 100644 --- a/scripts/create_ct.sh +++ b/scripts/create_ct.sh @@ -105,7 +105,7 @@ build_new_cts(){ password=${ori: 2: 9} ssh_port=$(($web2_port + 1)) web1_port=$(($web2_port + 2)) - web2_port=$(($web1_port + 3)) + web2_port=$(($web1_port + 1)) port_start=$(($port_end + 1)) port_end=$(($port_start + 25)) ./buildct.sh $ct_num $password $cpu_nums $memory_nums $disk_nums $ssh_port $web1_port $web2_port $port_start $port_end debian10