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