Skip to content

Commit

Permalink
sudo -u user -i xx
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchanghai committed Oct 10, 2023
1 parent 440e16b commit f6746b9
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 f6746b9

Please sign in to comment.