diff options
author | Yehonal <hw.2@hotmail.it> | 2016-07-28 16:39:19 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-07 12:10:51 +0200 |
commit | 765fad6133aa07832282d3c389e31afd7f10c210 (patch) | |
tree | d9da6b2d0c30e43a65bf3edfc941b46cdcd7c0d2 /conf | |
parent | 4da34f630f667c8900dcf58b7f64de46740475cb (diff) |
some fixes to bash config files
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.sh.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/config.sh.dist b/conf/config.sh.dist index 1952ca984f..7a011be031 100644 --- a/conf/config.sh.dist +++ b/conf/config.sh.dist @@ -56,7 +56,7 @@ export GDB_ENABLED=0 export GDB="" # directory where binary are stored -exoirt BINPATH="" +export BINPATH="" ### Put here the pid you configured on your worldserver.conf file ### export SERVERPID="" |