From 822595e9ee76111f1bf15554c6151336273d1f27 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Thu, 6 May 2021 10:28:26 -0500 Subject: [PATCH] corrects start script path --- build-factario-container.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-factario-container.jenkins b/build-factario-container.jenkins index 79562ac..db4d570 100644 --- a/build-factario-container.jenkins +++ b/build-factario-container.jenkins @@ -118,7 +118,7 @@ RUN apk add --update --no-cache \\ " --server-adminlist \${CONFIG}/server-adminlist.json \\\\" \\ " --rcon-password \\\"\\\$(cat \${CONFIG}/rconpw)\\\" \\\\" \\ " --server-id /factorio/config/server-id.json \\\\" \\ - " \${@}" > ./start-server.sh && \\ + " \${@}" > /opt/factorio/start-server.sh && \\ chmod +x /opt/factorio/start-server.sh USER factorio