From 368ea7a2d20461406db2c7d2f1dc3eca8dea4aeb Mon Sep 17 00:00:00 2001 From: Michal Klempa Date: Tue, 25 Oct 2016 11:04:30 +0200 Subject: [PATCH] NIFI-1069 Removing the exit directive This closes #1159 Signed-off-by: jpercivall --- .../nifi-framework/nifi-resources/src/main/resources/bin/nifi.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/bin/nifi.sh b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/bin/nifi.sh index 7b471d79c5..e224579389 100755 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/bin/nifi.sh +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/bin/nifi.sh @@ -302,7 +302,6 @@ run() { # control back to the user sleep 3 echo - exit $EXIT_STATUS } main() {