/[LeafOK_CVS]/pvpgn-1.7.4/utils/bin/check.sh
ViewVC logotype

Contents of /pvpgn-1.7.4/utils/bin/check.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Sat Jul 12 10:01:45 2008 UTC (17 years, 8 months ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Content type: text/x-sh
Update

1 /usr/local/php/bin/php /home/leafok/public_html/soloworld/bin/check_user_status.php > /dev/null
2
3 uch $PID_FILE
4
5 while [ -f $PID_FILE ]; do
6 /usr/local/php/bin/php /home/leafok/public_html/soloworld/bin/check_user_status.php > /usr/local/pvpgn/var/check_user_status.log
7
8 sleep 60
9 done
10
11 rm -f $PID_FILE
12
13 exit 0
14

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1