Skip to content

Commit

Permalink
Merge pull request #484 from haircommander/drop-tty
Browse files Browse the repository at this point in the history
drop --tty on exec
  • Loading branch information
rhatdan authored Jan 9, 2024
2 parents 3e425d1 + 8c6e47f commit 4fcd0c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/runtime_args.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ GPtrArray *configure_runtime_args(const char *const csname)
/* Set the exec arguments. */
if (opt_exec) {
add_argv(runtime_argv, "exec", "--pid-file", opt_container_pid_file, "--process", opt_exec_process_spec, "--detach", NULL);
if (opt_terminal)
add_argv(runtime_argv, "--tty", NULL);
} else {
char *command;
if (opt_restore_path)
Expand Down

0 comments on commit 4fcd0c4

Please sign in to comment.