oravirt/ansible-oracle

set #!/usr/bin/env bash as shebang in shell scripts

Rendanic opened this issue · 0 comments

The shebang in shell scripts should be changed to #!/usr/bin/env bash.

It is best practise to use a portable shebansg instead a fixed path for bash.