#!/bin/sh

node_st1=$(ps aux| grep 'UdpRecv.exe' |wc -l)

if [ $node_st1 -eq 1 ];then
	/www/upfile/UdpRecv.exe&
fi