NIFI-1069 Removing the exit directive

This closes #1159

Signed-off-by: jpercivall <joepercivall@yahoo.com>
This commit is contained in:
Michal Klempa 2016-10-25 11:04:30 +02:00 committed by jpercivall
parent e4a3e09643
commit 368ea7a2d2
1 changed files with 0 additions and 1 deletions

View File

@ -302,7 +302,6 @@ run() {
# control back to the user
sleep 3
echo
exit $EXIT_STATUS
}
main() {