Skip to content

Commit

Permalink
[Fix][Bin] sudo -u user -i xx (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchanghai authored Oct 10, 2023
1 parent 440e16b commit 868ec34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ private void buildProcess(String commandFile) throws IOException{
command.add("sudo");
command.add("-u");
command.add(jobExecutionRequest.getTenantCode());
command.add("-i");
command.add(commandInterpreter());
command.addAll(commandOptions());
command.add(commandFile);
Expand Down

0 comments on commit 868ec34

Please sign in to comment.