Fix shell scripts, display settings.
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user