Hello, Just a thought / alternative:
Add this as a users per minute cron: #!/bin/sh USER=`id -un` if test -e /home/$USER/update; then ./update.sh; fi if test -e /home/$USER/start; then ./start.sh; fi if test -e /home/$USER/stop; then ./stop.sh; fi then create scripts for update / start / stop, then whenever you want to run any of them just upload a blank upload / start / stop file Just a thought I threw together. Regards, Lee _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

