mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
Added quotes to start.sh
This commit is contained in:
parent
8b2440ff96
commit
6b45c16a38
4
start.sh
4
start.sh
@ -49,9 +49,9 @@ LOOPS=0
|
||||
set +e
|
||||
while [ "$LOOPS" -eq 0 ] || [ "$DO_LOOP" == "yes" ]; do
|
||||
if [ "$DO_LOOP" == "yes" ]; then
|
||||
"$PHP_BINARY" "$POCKETMINE_FILE" $@
|
||||
"$PHP_BINARY" "$POCKETMINE_FILE" "$@"
|
||||
else
|
||||
exec "$PHP_BINARY" "$POCKETMINE_FILE" $@
|
||||
exec "$PHP_BINARY" "$POCKETMINE_FILE" "$@"
|
||||
fi
|
||||
((LOOPS++))
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user