Correct shebang to avoid confusion

In this case the shebang isn't even used as the script is invoked with /bin/sh &syscommand(__LINE__,"/bin/sh /etc/csf/csfpost.sh"); (even with the csf-pre_post_sh project as it just sources the script).
This commit is contained in:
Johno Crawford 2016-04-27 07:30:26 +02:00
parent bfb06300d5
commit 751b5d2930
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
chain_exists() {
[ $# -lt 1 -o $# -gt 2 ] && {