diff --git a/start.sh b/start.sh index 70de19e89..e7ad5b6ab 100644 --- a/start.sh +++ b/start.sh @@ -3,6 +3,9 @@ DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $DIR if [ -f php5/bin/php ]; then ./php5/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 \ No newline at end of file +php -d enable_dl=On PocketMine-MP.php +read -p "Press [Enter] to continue..." +exit 0 \ No newline at end of file