fix entrypoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-11-08 20:09:05 +02:00
parent b3d78f2654
commit a0c18926cc
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -16,4 +16,4 @@ ENV MAX_CLIENTS 999
ENV TEAM_LOOT 1
ENV CLIENT_VERSION 171022
ENTRYPOINT ['start.sh']
ENTRYPOINT [ "start.sh" ]