mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-06-23 20:41:18 +00:00
Fix garbage.
This commit is contained in:
parent
e346b0d90a
commit
e3f8414bfe
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ cd /serverfiles
|
||||||
wget https://cdn.discordapp.com/attachments/491622000935305217/1119206127750615101/DayZServer
|
wget https://cdn.discordapp.com/attachments/491622000935305217/1119206127750615101/DayZServer
|
||||||
chmod 755 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.
|
# 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
|
# Switch to the server container and start the server
|
||||||
exit
|
exit
|
||||||
docker compose exec server bash
|
docker compose exec server bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue