[Config] Use #!/usr/bin/env bash for scritps, fixes #2226, thanks to @cptMikky
parent
c3d67805a1
commit
2507a8fd31
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue