Merge pull request #1030 from wallace/patch-1

Update compile.sh
This commit is contained in:
brandon15811 2013-12-27 20:44:43 -08:00
commit 3ed2155c5b

View File

@ -280,5 +280,5 @@ mv php5/bin/php bin/php
rm -r -f php5/ >> "$DIR/install.log" 2>&1
date >> "$DIR/install.log" 2>&1
echo " done!"
echo "[PocketMine] You should start the server now using \"./start.sh\.""
echo "[PocketMine] You should start the server now using \"./start.sh.\""
echo "[PocketMine] If it doesn't work, please send the \"install.log\" file to the Bug Tracker."