-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restart server not shutdown #4
Comments
I'm all for a solution that restarts rather than shutdown. So if thats possible somehow, that would be great. Btw, how does your -autoupdate script look like? Mine does not update when I start the server like it used to do in CSGO. Mine looks like this: @ShutdownOnFailedCommand 1 |
I don't know anything about the possibilities to restart, but the name of this tool might be misleading. A more accurate name would be @BrutalCSEjziponken, I think you need |
So your server is updating with this script? Without a 3rd party tool that handles updates? Just a command line and the script? Where exactly do you add: "steamcmd +force_install_dir "${cs2_path}" +login anonymous +app_update 730 +quit." Edit: I think i figured it out.. But.. It still wont actually run when I start a server. I dont really need manual work.. :D |
My full shell script would be:
Running this by just doing Still pretty new of course, but so far I don't have anything to complain about.
Yes, if I'm interpreting the source code right: it executes |
Hi,
Don't use stop command but combination
execute server command -> sv_cheats 1
and crash server -> auto restart
execute server command -> crash
The text was updated successfully, but these errors were encountered: