mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
Update compile.sh to remove unused data
This commit is contained in:
parent
7472238510
commit
aae66930b6
@ -434,6 +434,10 @@ echo " done!"
|
|||||||
cd "$DIR"
|
cd "$DIR"
|
||||||
echo -n "[INFO] Cleaning up..."
|
echo -n "[INFO] Cleaning up..."
|
||||||
rm -r -f install_data/ >> "$DIR/install.log" 2>&1
|
rm -r -f install_data/ >> "$DIR/install.log" 2>&1
|
||||||
|
rm -r -f bin/php5/man >> "$DIR/install.log" 2>&1
|
||||||
|
rm -r -f bin/php5/php >> "$DIR/install.log" 2>&1
|
||||||
|
rm -r -f bin/php5/share >> "$DIR/install.log" 2>&1
|
||||||
|
rm -r -f bin/php5/misc >> "$DIR/install.log" 2>&1
|
||||||
date >> "$DIR/install.log" 2>&1
|
date >> "$DIR/install.log" 2>&1
|
||||||
echo " done!"
|
echo " done!"
|
||||||
echo "[PocketMine] You should start the server now using \"./start.sh.\""
|
echo "[PocketMine] You should start the server now using \"./start.sh.\""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user