Update create_ct.sh

This commit is contained in:
spiritLHLS 2023-04-30 14:01:48 +08:00 committed by GitHub
parent 3fdf519f1e
commit b641e28a29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,12 +81,12 @@ check_info(){
last_line_array=($last_line)
ct_num="${last_line_array[0]}"
password="${last_line_array[1]}"
ssh_port="${last_line_array[2]}"
web1_port="${last_line_array[3]}"
web2_port="${last_line_array[4]}"
port_start="${last_line_array[5]}"
port_end="${last_line_array[6]}"
system="${last_line_array[7]}"
ssh_port="${last_line_array[5]}"
web1_port="${last_line_array[6]}"
web2_port="${last_line_array[7]}"
port_start="${last_line_array[8]}"
port_end="${last_line_array[9]}"
system="${last_line_array[10]}"
_green "当前最后一个NAT服务器对应的信息"
echo "NAT服务器: $ct_num"
# echo "用户名: $user"