summaryrefslogtreecommitdiff
path: root/eathena.sh
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-01-18 16:27:13 +0000
committerJared Adams <jaxad0127@gmail.com>2009-01-18 16:27:13 +0000
commit6a92fbc8e20a211d85e0656cc86bb3569389b85b (patch)
tree2c209e08298c90c31c0bd9323043cc3d8f80c440 /eathena.sh
parentbb203b7c602ae52111828c7f89a5c10cd8e7a206 (diff)
parentd66e5af9f0024f897a8d239aa5100b30c487a45b (diff)
downloadserverdata-6a92fbc8e20a211d85e0656cc86bb3569389b85b.tar.gz
serverdata-6a92fbc8e20a211d85e0656cc86bb3569389b85b.tar.bz2
serverdata-6a92fbc8e20a211d85e0656cc86bb3569389b85b.tar.xz
serverdata-6a92fbc8e20a211d85e0656cc86bb3569389b85b.zip
Merge commit 'mainline/master'
Diffstat (limited to 'eathena.sh')
-rwxr-xr-xeathena.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eathena.sh b/eathena.sh
index edfabf9c..31c3a860 100755
--- a/eathena.sh
+++ b/eathena.sh
@@ -20,7 +20,7 @@ cd ${SRVHOMEDIR}
eathena_start() {
if [ -x ${SRVHOMEDIR}/eathena-monitor ];
then echo "Starting eathena monitor..."
- ${SRVHOMEDIR}/eathena-monitor
+ ${SRVHOMEDIR}/eathena-monitor ${SRVHOMEDIR}/conf/eathena-monitor.conf
else echo "Eathena monitor binary is not executable or not found."
fi
}