mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Remove PHP Version from notice. (#4442)
This commit is contained in:
parent
7c943880b2
commit
dca5a9d8ea
2
start.sh
2
start.sh
@ -26,7 +26,7 @@ if [ "$PHP_BINARY" == "" ]; then
|
|||||||
elif [[ ! -z $(type php) ]]; then
|
elif [[ ! -z $(type php) ]]; then
|
||||||
PHP_BINARY=$(type -p php)
|
PHP_BINARY=$(type -p php)
|
||||||
else
|
else
|
||||||
echo "Couldn't find a working PHP 7 binary, please use the installer."
|
echo "Couldn't find a working PHP binary, please use the installer."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user