Commit 0b747701 authored by QA-甘 盛聪's avatar QA-甘 盛聪

update

parent dfba5b9b
...@@ -22,7 +22,7 @@ target_ip=$1 ...@@ -22,7 +22,7 @@ target_ip=$1
IP_host_first="192.168.4." IP_host_first="192.168.4."
config_files=/home/config_files config_files=/home/config_files
if [[ target_ip == "ALL" ]]; then if [[ $target_ip == "ALL" ]]; then
for ip_last_num in 12 13 14 15 16 17 24 151 for ip_last_num in 12 13 14 15 16 17 24 151
do do
expect -c " expect -c "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment