Skip to content

Commit

Permalink
removed nohup as it isn't required
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan committed Nov 3, 2023
1 parent 472754a commit 3235aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auth/vm_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def _start_ssh_session(response, creds, username, passphrase):
channel = transport.open_session()

# Execute the command on the instance in the background
command = "cd actions-runner; nohup ./run.sh;"
command = "cd actions-runner; ./run.sh;"
channel.exec_command(command)

# Close the SSH session immediately and keep the channel open
Expand Down

0 comments on commit 3235aaa

Please sign in to comment.