Repository: nifi Updated Branches: refs/heads/master e4a3e0964 -> 368ea7a2d
NIFI-1069 Removing the exit directive This closes #1159 Signed-off-by: jpercivall <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/368ea7a2 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/368ea7a2 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/368ea7a2 Branch: refs/heads/master Commit: 368ea7a2d20461406db2c7d2f1dc3eca8dea4aeb Parents: e4a3e09 Author: Michal Klempa <[email protected]> Authored: Tue Oct 25 11:04:30 2016 +0200 Committer: jpercivall <[email protected]> Committed: Tue Oct 25 12:44:19 2016 -0400 ---------------------------------------------------------------------- .../nifi-framework/nifi-resources/src/main/resources/bin/nifi.sh | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/368ea7a2/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/bin/nifi.sh ---------------------------------------------------------------------- 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 7b471d7..e224579 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() {
