Skip to content

Use env in bash scripting shebangs

Philipp requested to merge philipp/ispconfig3:shebang into master

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.

Merge request reports