Remove old script, add disable-readline option

This commit is contained in:
Dylan K. Taylor
2016-10-18 12:45:56 +01:00
parent 707847b46e
commit 10698c892e
2 changed files with 1 additions and 50 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
echo -e "version\nmakeserver\nstop\n" | php src/pocketmine/PocketMine.php --no-wizard --disable-ansi
echo -e "version\nmakeserver\nstop\n" | php src/pocketmine/PocketMine.php --no-wizard --disable-ansi --disable-readline
if ls plugins/DevTools/PocketMine*.phar >/dev/null 2>&1; then
echo Server phar created successfully.
else