Skip to content

Commit 30fed1a

Browse files
committed
Merge branch 'my-fix-420-mask-script-cmd-sensitive-info' of https://github.com/YLChen-007/cloudstack into my-fix-420-mask-script-cmd-sensitive-info
2 parents d15379b + 7dc5b2b commit 30fed1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/src/main/java/com/cloud/utils/script/Script.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ public class Script implements Callable<String> {
7070
private boolean avoidLoggingCommand = false;
7171
private final Set<Integer> sensitiveArgIndices = new HashSet<>();
7272

73-
private static final ScheduledExecutorService s_executors = Executors.newScheduledThreadPool(10,
74-
new NamedThreadFactory("Script"));
73+
private static final ScheduledExecutorService s_executors = Executors.newScheduledThreadPool(10, new NamedThreadFactory("Script"));
7574

7675
String _workDir;
7776
ArrayList<String> _command;

0 commit comments

Comments
 (0)