Re: [hlds_linux] Update loop on startup command not found: #!/usr/bin/env

2013-05-14 Thread Marcel
On 14.05.2013 04:02, Winnie the Pooh wrote: @ShutdownOnFailedCommand 1 @NoPromptForPassword 1 Any more super secret useful options? ;) ___ To unsubscribe, edit your list preferences, or view the list archives, please visit:

Re: [hlds_linux] Update loop on startup command not found: #!/usr/bin/env

2013-05-14 Thread Dirk D
You could also just use find @ inside of steamcmd to get all cvars containing an @-sign (not all of them do, though). Or you might want to use (Warning: shameless self-plug ahead) this handy little wrapper script which provides tab-completion to browse through the available commands:

[hlds_linux] Update loop on startup command not found: #!/usr/bin/env

2013-05-13 Thread Guardian Cipher
I'm having a problem trying to start up my server with autoupdate. Any ideas? It will just loop with command not found: #!/usr/bin/env until i kill it. srcds@ubuntu:~/pipe/tf2$ ./srcds_run -game tf -ip x.x.x.x -verify_all -autoupdate -steam_dir /home/srcds/pipe -steamcmd_script

Re: [hlds_linux] Update loop on startup command not found: #!/usr/bin/env

2013-05-13 Thread Winnie the Pooh
-steamcmd_script /home/srcds/pipe/steamcmd.sh is the problem. You should create a new text file with the commands your would put in a +runscript file: @ShutdownOnFailedCommand 1 @NoPromptForPassword 1 login anonymous force_install_dir /home/srcds/pipe/tf2 app_update 232250 quit If you put the