mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-03 17:27:17 +08:00
Update create_ct.sh
This commit is contained in:
parent
3fdf519f1e
commit
b641e28a29
1 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue