Commit faee751a authored by qa_quantgroup's avatar qa_quantgroup

update

parent e6999afd
...@@ -9,6 +9,9 @@ project_path=`cat $config_server/get_env_ip.sh` ...@@ -9,6 +9,9 @@ project_path=`cat $config_server/get_env_ip.sh`
for ip_last_num in $project_path for ip_last_num in $project_path
do do
if [[ "$ip_last_num" == "50" ]]; then
echo " not in 50 "
else
echo "------------------IP-${IP_host_first}${ip_last_num}------------------" echo "------------------IP-${IP_host_first}${ip_last_num}------------------"
expect -c " expect -c "
set timeout 10 set timeout 10
...@@ -20,4 +23,5 @@ for ip_last_num in $project_path ...@@ -20,4 +23,5 @@ for ip_last_num in $project_path
send \"exit\r\" send \"exit\r\"
expect eof;" expect eof;"
echo "======================END=================================" echo "======================END================================="
fi
done done
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