mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 21:45:35 +00:00
Fixed cleanup
This commit is contained in:
parent
6242089b28
commit
ddec63c4d4
@ -196,7 +196,7 @@ 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
|
||||||
mv php5/bin/php bin/php
|
mv php5/bin/php bin/php
|
||||||
rm -r -f php/ >> "$DIR/install.log" 2>&1
|
rm -r -f php5/ >> "$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