Improved scripts

This commit is contained in:
Shoghi Cervantes
2013-09-04 13:29:27 +02:00
parent 2b24dab57b
commit 160aa3a199
2 changed files with 6 additions and 5 deletions

View File

@ -8,9 +8,6 @@ rm -r -f ./php5/
fi
if [ -f ./bin/php ]; then
./bin/php -d enable_dl=On PocketMine-MP.php $@
read -p "Press [Enter] to continue..."
exit 0
fi
php -d enable_dl=On PocketMine-MP.php $@
read -p "Press [Enter] to continue..."
exit 0