Fixed start.sh on linux :P

This commit is contained in:
Shoghi Cervantes
2014-04-07 04:10:26 +02:00
parent d83b5c3a60
commit ac02185ad0
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@ fi
if [ "$POCKETMINE_FILE" == "" ]; then
if [ -f ./PocketMine-MP.phar ]; then
POCKETMINE_FILE="./PocketMine-MP.phar"
elif [ -f ./src/PocketMine/PocketMine.php ]; then
elif [ -f ./src/pocketmine/PocketMine.php ]; then
POCKETMINE_FILE="./src/pocketmine/PocketMine.php"
else
echo "Couldn't find a valid PocketMine-MP installation"