mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-03 18:42:37 +00:00
Fixed start.sh on linux :P
This commit is contained in:
parent
d83b5c3a60
commit
ac02185ad0
@ -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
|
||||
|
2
start.sh
2
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user