#!/bin/sh

node_st1=$(ps aux| grep 'udp4.php' |wc -l)

if [ $node_st1 -eq 1 ];then
	nohup php /www/upfile/udp4.php 51235 tmpICT2024.csv > /dev/null &
fi