Fix garbage.

This commit is contained in:
Daniel Ceregatti 2023-06-16 16:27:17 -07:00
parent e346b0d90a
commit e3f8414bfe

View file

@ -26,7 +26,7 @@ cd /serverfiles
wget https://cdn.discordapp.com/attachments/491622000935305217/1119206127750615101/DayZServer
chmod 755 DayZServer
# Copy the two shared object files are needed for the server to run. These come from the experimental server release, but are included here for convenience.
cp /files/tmp/* . DayZ Experimental server files.
cp /files/tmp/* .
# Switch to the server container and start the server
exit
docker compose exec server bash