Update compile.sh

Properly escape nested double quotes.
This commit is contained in:
Jonathan Wallace 2013-12-25 21:46:04 -05:00
parent 039edead18
commit 1cc12616e8

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."