Use env in bash scripting shebangs
The ispconfig-cli
script broke on my system, because my bash is not in /bin/
, so I fixed it.
I went ahead and replaced the shebang everywhere for consistencies sake, even though most of those scripts seem to be designed to run directly on the server and all the distributions there have /bin/bash
anyway.