Skip to content

Conversation

@MigukNamja
Copy link

@MigukNamja MigukNamja commented Sep 8, 2017

Edit the variables at the top of this warmroast.sh script to match your server. Run this script in a separate 'screen' than ServerStart.sh. To run a screen in Linux:

screen -h <history buffer> -S <screen name>

Then, type 'CTRL+a d' to detach from the screen. Use 'screen -r ' to re-attach. Use 'screen -list' to print/list the screens available.

For example:

screen -h 1024 -S warmroast
./warmroast.sh
CTRL+a d
screen -list
screen -r warmroast
# check on its status or kill it with CTRL+c
CTRL+a d

Edit the variables at the top of this warmroast.sh script to match your server. Run this scripts in a separate 'screen' than ServerStart.sh. To run a screen in Linux:

screen -h 2014 -S <screen name>

Then, type 'CTRL+a d' to detach from the screen. Use 'screen -r <screen name>' to re-attach. Use 'screen -list' to print/list the screens available.

For example:

screen -h 2014 -S warmroast
./warmroast.sh
CTRL+a d
screen -r warmroast
# check on its status or kill it with CTRL+c
CTRL+a d
@OrdinatorStouff
Copy link
Contributor

I wonder if it'd be possible instead to incorporate this into the existing sh just with maybe a config option or even better a command line switch/parameter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants