Warn about not using the bin/ PHP binary

This commit is contained in:
Shoghi Cervantes 2013-11-24 20:09:04 +01:00
parent 2b920033ff
commit a8055eb59a

View File

@ -9,5 +9,6 @@ fi
if [ -f ./bin/php ]; then if [ -f ./bin/php ]; then
./bin/php -d enable_dl=On PocketMine-MP.php $@ ./bin/php -d enable_dl=On PocketMine-MP.php $@
else else
echo "[WARNING] You are not using the standalone PocketMine-MP PHP binary."
php -d enable_dl=On PocketMine-MP.php $@ php -d enable_dl=On PocketMine-MP.php $@
fi fi