Skip to content
Snippets Groups Projects
Commit d5df6e84 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8899: Use bash, not sh, to be able to source files from $PATH

parent 59036e53
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -e
#!/bin/bash -e
#cleanup on normal exit and on SIGHUP, SIGINT, SIGQUIT, and SIGTERM
trap 'qpid-config del exchange --force $queue' 0 1 2 3 15
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment