mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-19 09:26:45 +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"
|
mv PocketMine-MP-Zephir-master/pocketmine/ext "$DIR/install_data/php/ext/pocketmine"
|
||||||
rm -r PocketMine-MP-Zephir-master/
|
rm -r PocketMine-MP-Zephir-master/
|
||||||
HAS_POCKETMINE="--enable-pocketmine"
|
HAS_POCKETMINE="--enable-pocketmine"
|
||||||
|
echo " done!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#uopz
|
#uopz
|
||||||
|
2
start.sh
2
start.sh
@ -36,7 +36,7 @@ fi
|
|||||||
if [ "$POCKETMINE_FILE" == "" ]; then
|
if [ "$POCKETMINE_FILE" == "" ]; then
|
||||||
if [ -f ./PocketMine-MP.phar ]; then
|
if [ -f ./PocketMine-MP.phar ]; then
|
||||||
POCKETMINE_FILE="./PocketMine-MP.phar"
|
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"
|
POCKETMINE_FILE="./src/pocketmine/PocketMine.php"
|
||||||
else
|
else
|
||||||
echo "Couldn't find a valid PocketMine-MP installation"
|
echo "Couldn't find a valid PocketMine-MP installation"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user