Skip to content

Commit 21231f1

Browse files
(PTFE-2499) Escape the variable JIT_BASE64 to avoid being empty
1 parent a6baa2b commit 21231f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner_manager/bin/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ After=network.target
9191
9292
[Service]
9393
Environment=\"JIT_BASE64=${JIT_CONFIG}\"
94-
ExecStart=/bin/bash /home/actions/actions-runner/run.sh --jitconfig \"${JIT_BASE64}\"
94+
ExecStart=/bin/bash /home/actions/actions-runner/run.sh --jitconfig \"\${JIT_BASE64}\"
9595
User=actions
9696
WorkingDirectory=/home/actions/actions-runner
9797
KillMode=process

0 commit comments

Comments
 (0)