mirror of https://github.com/apache/nifi.git
NIFI-1069 Removing the exit directive
This closes #1159 Signed-off-by: jpercivall <joepercivall@yahoo.com>
This commit is contained in:
parent
e4a3e09643
commit
368ea7a2d2
|
@ -302,7 +302,6 @@ run() {
|
|||
# control back to the user
|
||||
sleep 3
|
||||
echo
|
||||
exit $EXIT_STATUS
|
||||
}
|
||||
|
||||
main() {
|
||||
|
|
Loading…
Reference in New Issue