mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 14:05:35 +00:00
Fixed #200 Running in a folder with spaces
This commit is contained in:
parent
633f7233b4
commit
88a4116398
2
start.sh
2
start.sh
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
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..."
|
read -p "Press [Enter] to continue..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user