Skip to content

Commit

Permalink
moved comment to own line
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansheehan authored Dec 16, 2021
1 parent 902bb65 commit 13ca559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vanilla/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ ADD $DL_LINK /$DL_FILE

RUN unzip /$DL_FILE -d /terraria && \
mv /terraria/$DL_VERSION/Linux/* /terraria-server && \
mv /terraria/$DL_VERSION/Windows/serverconfig.txt /terraria-server/serverconfig-default.txt && \ #Linux subfolder does not include any config text file, oddly.
#Linux subfolder does not include any config text file, oddly.
mv /terraria/$DL_VERSION/Windows/serverconfig.txt /terraria-server/serverconfig-default.txt && \
chmod +x /terraria-server/TerrariaServer && \
chmod +x /terraria-server/TerrariaServer.bin.x86_64

Expand Down

0 comments on commit 13ca559

Please sign in to comment.