blob: e19ab3146070c748cffb7d413fd05e0cae02db92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
## TMW restart script settings
## This file must be in ~/bin/ even though it's not executable
## Mandatory filepath settings
SERVER_SOURCE=~/eathena
LOGIN_WORLD=~/tmwa-server-data
AUTO_WORLDS=(
~/tmwa-server-data
)
MANUAL_WORLDS=(
~/tmwa-server-test
)
## Boolean settings (nonempty for true)
## if not specified here, the value from the environment is used,
## which is probably empty (false). However, some scripts may
## provide command-line options to override the defaults.
## Should the servers print their output to the terminal?
# VERBOSE=yep
## Should server sources be rebuilt?
# REBUILD=sure
## Should server data be pulled?
# PULL=certainly
|