Skip to content

Commit 15f32ef

Browse files
committed
forced executable on any file that starts with TerrariaServer*, this would include TerrariaServer, TerarriaServer.bin.x86_64, TerrariaServer.exe
1 parent fc5e38f commit 15f32ef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vanilla/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ RUN unzip /$DL_FILE -d /terraria && \
1616
mv /terraria/$DL_VERSION/Linux/* /terraria-server && \
1717
#Linux subfolder does not include any config text file, oddly.
1818
mv /terraria/$DL_VERSION/Windows/serverconfig.txt /terraria-server/serverconfig-default.txt && \
19-
chmod +x /terraria-server/TerrariaServer && \
20-
chmod +x /terraria-server/TerrariaServer.bin.x86_64
19+
chmod +x /terraria-server/TerrariaServer*
2120

2221
FROM ubuntu:24.04
2322

0 commit comments

Comments
 (0)