ctubbsii commented on issue #957: Fluo scripts copy jars into fluo software dir. URL: https://github.com/apache/fluo/issues/957#issuecomment-339446704 signal 0 should also be `EXIT` I think you can actually simplify the trap command's quoting a bit, but if you do, it will generate a warning in shellcheck, for being a common mistake (I don't recommend this, but it may help understand what's being quoted and why): ```bash trap "rm -rf '$app_lib'" EXIT HUP INT QUIT TERM ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
