Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Sep 26, 2024
1 parent c53cac9 commit 23f8399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/runners/templates/start-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ aws ssm delete-parameter --name "$token_path"/"$instance_id" --region "$region"

if [ -z "$run_as" ]; then
echo "No user specified, using default ec2-user account"
run_as="ec2-user"
run_as="ubuntu"
fi

if [[ "$run_as" == "root" ]]; then
Expand Down

0 comments on commit 23f8399

Please sign in to comment.