mirror of
https://github.com/apache/nifi.git
synced 2025-02-13 13:35:20 +00:00
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;
|
break;
|
||||||
case "diagnostics":
|
case "diagnostics":
|
||||||
runNiFi.diagnostics(dumpFile, verbose);
|
runNiFi.diagnostics(dumpFile, verbose);
|
||||||
|
break;
|
||||||
case "env":
|
case "env":
|
||||||
runNiFi.env();
|
runNiFi.env();
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user