0

Fix shell scripts, display settings.

This commit is contained in:
Ethan Lee
2012-12-06 19:09:58 -05:00
parent e91408ad6f
commit 41301a2aac
3 changed files with 62 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Move to script's directory
cd `dirname $0`
cd "`dirname "$0"`"
# Get the kernel information
UNAME=`uname`
@@ -14,4 +14,4 @@ elif [ "$UNAME" == "Linux" ]; then
fi
# Run the server!
java -jar lwjake2.jar +set dedicated 1 $@
java -jar lwjake2.jar +set dedicated 1 $@