Use /usr/bin/env bash instead of /bin/bash for scripts

This commit is contained in:
Chris Long
2020-11-05 22:32:03 -08:00
parent e31479485c
commit 3fb36effed
10 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
# Thanks to @MHaggis for this addition!
# It is recommended to only uncomment the attack-only dataset comment block.

View File

@@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
#Thanks to @MHaggis for this addition!
#More information on BOTSv3 can be found at https://github.com/splunk/botsv3