mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Added pause to start.sh
This commit is contained in:
parent
17161d7cd0
commit
cac2a3a6e5
5
start.sh
5
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
|
||||
php -d enable_dl=On PocketMine-MP.php
|
||||
read -p "Press [Enter] to continue..."
|
||||
exit 0
|
Loading…
x
Reference in New Issue
Block a user