This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # === Terraria Server === | |
| # Terraria server could be launched only through interactive cli. Prepare to provide | |
| # configs in the shell. | |
| # Deattach from tmux at the end: 1. press <ctrl-b> 2. press "d". Leaving with "exit" or | |
| # <ctrl-d> will close tmux session thus stopping Terraria Server. | |
| # Tested on Ubuntu 18.04 | |
| # Terraria Server does not have symlink to latest version, it should be changed manually. | |
| VER=1405 |