File "RecvStart.sh"
Full path: /www/upfile/GoyouDigitalTwinWebGl/RecvStart.sh
File size: 152 B
MIME-type: text/x-shellscript
Charset: utf-8
#!/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