Added pause to start.sh

This commit is contained in:
Shoghi Cervantes Pueyo 2013-01-15 16:17:34 +01:00
parent 17161d7cd0
commit cac2a3a6e5

View File

@ -3,6 +3,9 @@ DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR cd $DIR
if [ -f php5/bin/php ]; then if [ -f php5/bin/php ]; then
./php5/bin/php -d enable_dl=On PocketMine-MP.php ./php5/bin/php -d enable_dl=On PocketMine-MP.php
read -p "Press [Enter] to continue..."
exit 0 exit 0
fi fi
php -d enable_dl=On PocketMine-MP.php php -d enable_dl=On PocketMine-MP.php
read -p "Press [Enter] to continue..."
exit 0