12-16-2008, 10:20 AM
Hello
I seem to have a lil bit of a problem. Let me try to explain first.
I made a file named: l4dserver3.sh
Inside that file is:
#!/bin/sh
echo "Starting Left 4 Dead Server #3"
sleep 1
screen -A -m -d -S l4dserver3 ./srcds_run l4d +ip 74.208.155.190 +hostport 27300 +exec server.cfg +map l4d_airport01_greenhouse
I press ctl+a+d to close and when I reopen I type:
screen -x l4dserver3
Now the problem I'm haveing is then when I try to restart the server in console by typing quit and quits the whole server and shuts it now and i have to redo my steps all over and it gets annoying.
Sometimes I type quit and it restarts but I have know idea what I have done to keep it working. I'm sure this is a small mistake i'm making somewere could someone please help.
I seem to have a lil bit of a problem. Let me try to explain first.
I made a file named: l4dserver3.sh
Inside that file is:
#!/bin/sh
echo "Starting Left 4 Dead Server #3"
sleep 1
screen -A -m -d -S l4dserver3 ./srcds_run l4d +ip 74.208.155.190 +hostport 27300 +exec server.cfg +map l4d_airport01_greenhouse
I press ctl+a+d to close and when I reopen I type:
screen -x l4dserver3
Now the problem I'm haveing is then when I try to restart the server in console by typing quit and quits the whole server and shuts it now and i have to redo my steps all over and it gets annoying.
Sometimes I type quit and it restarts but I have know idea what I have done to keep it working. I'm sure this is a small mistake i'm making somewere could someone please help.