mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove unnecessary changes
This commit is contained in:
parent
fcdc494a3f
commit
87364b178d
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ public class ShellInterpreter extends Interpreter {
|
|||
|
||||
@Override
|
||||
public InterpreterResult interpret(String cmd, InterpreterContext contextInterpreter) {
|
||||
logger.info("Run shell command '" + cmd + "'");
|
||||
logger.debug("Run shell command '" + cmd + "'");
|
||||
CommandLine cmdLine = CommandLine.parse("bash");
|
||||
cmdLine.addArgument("-c", false);
|
||||
cmdLine.addArgument(cmd, false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue