File "RecvStart.sh"

Full path: /www/upfile/Position of diver/RecvStart.sh
File size: 152 B
MIME-type: text/x-shellscript
Charset: utf-8

Download   Open   Back

#!/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

PHP File Manager