From ac02185ad048cb4b97e52f9bcf0a55e5f9c2abd1 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Mon, 7 Apr 2014 04:10:26 +0200 Subject: [PATCH] Fixed start.sh on linux :P --- src/build/compile.sh | 1 + start.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index 1506b2b48..92981fff2 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -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 diff --git a/start.sh b/start.sh index 661ff416a..db29c5ca6 100755 --- a/start.sh +++ b/start.sh @@ -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"