-
|
Hi, is it possible to run the ./rustserver mods-update command after a update? Thanks for help did not fijnd a solution. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello, There is at least two approaches that came into my mind.
Creating your own simple script that executes both command one after other.
If this solution does not fit your needs, please let me know, so we can find the correct solution for you. How to use the script:
If you would like to automate your server updates with cronjobs let me know, that is also possible.
|
Beta Was this translation helpful? Give feedback.
Hello,
There is at least two approaches that came into my mind.
Creating your own simple script that executes both command one after other.
Here is script that i made, you have to edit the
RUST_SERVER_PATHvariable so that script can find your lgsmrustserverexecutable.How it works:
./rustserver updateand captures that status of the command (success or …