Skip to content

Commit bdfb7fd

Browse files
Update Dockerfile
1 parent 924e1dc commit bdfb7fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ COPY ./scripts /home/steam/server/
7373
COPY branding /branding
7474

7575
RUN mkdir -p /steamcmd/rust && \
76-
chmod +x /home/steam/server/*.sh && \
76+
(ls /home/steam/server/*.sh >/dev/null 2>&1 && chmod +x /home/steam/server/*.sh || true) && \
7777
chmod +x /home/steam/server/rcon && \
78-
ln -s /home/steam/server/rcon /usr/bin/rcon && \
78+
ln -sf /home/steam/server/rcon /usr/bin/rcon && \
7979
chown -R steam:steam /steamcmd/rust
8080
WORKDIR /home/steam/server
8181

0 commit comments

Comments
 (0)