mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 18:59:00 +00:00
Merge pull request #3665 from zhsj/fix-start-sh
fix test php binary in start.sh
This commit is contained in:
commit
a75c713d34
2
start.sh
2
start.sh
@ -25,7 +25,7 @@ if [ "$PHP_BINARY" == "" ]; then
|
|||||||
if [ -f ./bin/php5/bin/php ]; then
|
if [ -f ./bin/php5/bin/php ]; then
|
||||||
export PHPRC=""
|
export PHPRC=""
|
||||||
PHP_BINARY="./bin/php5/bin/php"
|
PHP_BINARY="./bin/php5/bin/php"
|
||||||
elif [ type php 2>/dev/null ]; then
|
elif type php 2>/dev/null; then
|
||||||
PHP_BINARY=$(type -p php)
|
PHP_BINARY=$(type -p php)
|
||||||
else
|
else
|
||||||
echo "Couldn't find a working PHP binary, please use the installer."
|
echo "Couldn't find a working PHP binary, please use the installer."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user