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

@ -517,6 +517,7 @@ if [ "$HAS_ZEPHIR" == "yes" ]; then
mv PocketMine-MP-Zephir-master/pocketmine/ext "$DIR/install_data/php/ext/pocketmine"
rm -r PocketMine-MP-Zephir-master/
HAS_POCKETMINE="--enable-pocketmine"
echo " done!"
fi
#uopz

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"