-
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_PATH
variable so that script can find your lgsmrustserver
executable.How it works:
./rustserver update
and captures that status of the command (success or …