mirror of https://github.com/apache/nifi.git
NIFI-7867: Add break statement to prevent diagnostics from running env afterward
This commit is contained in:
parent
a66c3d8168
commit
62f4d09883
|
@ -253,6 +253,7 @@ public class RunNiFi {
|
|||
break;
|
||||
case "diagnostics":
|
||||
runNiFi.diagnostics(dumpFile, verbose);
|
||||
break;
|
||||
case "env":
|
||||
runNiFi.env();
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue