Correct shebang

'set -o pipefail' is bash specific
This commit is contained in:
bom 2024-02-24 13:37:29 +01:00
parent 408376a5ca
commit 3b8ae92b83

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -exo pipefail