get_apache2_info.sh: fix shebang error.

This commit is contained in:
Christoph 2021-02-13 03:28:34 +01:00
parent deb8e5c496
commit caae19f49d

View File

@ -1,4 +1,4 @@
!#/usr/bin/env bash #!/usr/bin/env bash
script_name="$(basename $(realpath $0))" script_name="$(basename $(realpath $0))"
working_dir="$(dirname $(realpath $0))" working_dir="$(dirname $(realpath $0))"