starting a dod game server

hi peeps,

im trying to run a dod game server. its a hl mod for those who dont know.

ive created a run script to attach to a custom command button in webmin....

#!/bin/sh
screen -r clan101 -X quit
echo Server has been restarted
screen -dmS clan101 ./hlds_run -game dod +ip xxx.xxx.xxx.xxx +maxplayers 12 +exec server.cfg +map dod_anzio
and when i go to run it i keep getting an error saying...

/bin/sh: line 1: ./start: No such file or directory

the file is there i dont see why it aint working.

the tutorial i followed can be found at....

http://gameservernews.com/index.php?showtopic=11

any ideas? im proberly overlooking somthing.

many thanx.

if i key in ./hlds_run -game dod +ip xxx.xxx.xxx.xxx +maxplayers 12 +exec server.cfg +map dod_anzio

in ssh the server starts fine. but I really need it with the button in webmin as using ssh it always closes the server when i exit.

 

 

 

 

Top