tweak script
Some checks are pending
linux/amd64 / build-and-push (push) Waiting to run
Update Docker Hub Description / build-and-push (push) Waiting to run

This commit is contained in:
James Dudley 2025-02-15 13:13:58 -06:00
parent 368601a5b9
commit 1f9d44429f

View File

@ -19,7 +19,7 @@ RUN echo "Downloading UT99 Dedicated Server Assets" &&`
fi &&`
echo "Extracting UT99 Dedicated Server Assets" &&`
7z x -o/output/ /tmp/ut99-server.7z &&`
rm -f;
rm -f /tmp/*.7z
RUN echo "Downloading UT99 Dedicated Server Assets" &&`