Commit faee751a authored by qa_quantgroup's avatar qa_quantgroup

update

parent e6999afd
......@@ -9,15 +9,19 @@ project_path=`cat $config_server/get_env_ip.sh`
for ip_last_num in $project_path
do
echo "------------------IP-${IP_host_first}${ip_last_num}------------------"
expect -c "
set timeout 10
spawn ssh root@${IP_host_first}${ip_last_num}
expect \"]#\"
send \"sh /home/qa-deploy-utils/qa_shell_script/$1\r\"
set timeout -1
expect \"]#\"
send \"exit\r\"
expect eof;"
echo "======================END================================="
if [[ "$ip_last_num" == "50" ]]; then
echo " not in 50 "
else
echo "------------------IP-${IP_host_first}${ip_last_num}------------------"
expect -c "
set timeout 10
spawn ssh root@${IP_host_first}${ip_last_num}
expect \"]#\"
send \"sh /home/qa-deploy-utils/qa_shell_script/$1\r\"
set timeout -1
expect \"]#\"
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