mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
such fail :S
This commit is contained in:
4
start.sh
4
start.sh
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
DIR="$(cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
|
||||
cd "$DIR"
|
||||
if [ -f ./bin/php/php ]; then
|
||||
./bin/php/php -d enable_dl=On PocketMine-MP.php $@
|
||||
if [ -f ./bin/php5/bin/php ]; then
|
||||
./bin/php5/bin/php -d enable_dl=On PocketMine-MP.php $@
|
||||
else
|
||||
echo "[WARNING] You are not using the standalone PocketMine-MP PHP binary."
|
||||
php -d enable_dl=On PocketMine-MP.php $@
|
||||
|
Reference in New Issue
Block a user