Update shebang from /bin/bash to /usr/bin/env bash
This commit is contained in:
parent
337f857b04
commit
5b5487f087
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
image="${1:-hello-world}"
|
image="${1:-hello-world}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue