We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/opt/start-runner-service.sh
1 parent ff8af09 commit 1657e8eCopy full SHA for 1657e8e
modules/runners/templates/start-runner.sh
@@ -135,9 +135,8 @@ cat >/opt/start-runner-service.sh <<-EOF
135
echo "Terminating instance"
136
aws ec2 terminate-instances --instance-ids "$instance_id" --region "$region"
137
EOF
138
- chmod 755 /opt/start-runner-service.sh
139
# Starting the runner via a own process to ensure this process terminates
140
- nohup /opt/start-runner-service.sh &
+ nohup bash /opt/start-runner-service.sh &
141
142
else
143
echo "Installing the runner as a service"
0 commit comments