fix: non-portable shebang #2812
Signed-off-by: Tuan Anh Tran <me@tuananh.org>
This commit is contained in:
parent
570b43fd28
commit
13187f276f
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env bash -x
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
set -x
|
||||||
read
|
read
|
||||||
export PATH=`pwd`:$PATH
|
export PATH=`pwd`:$PATH
|
||||||
systemctl restart ocid
|
systemctl restart ocid
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env bash -x
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
set -x
|
||||||
: "[1m Build a temporary directory; make sure ocid is running.[0m"
|
: "[1m Build a temporary directory; make sure ocid is running.[0m"
|
||||||
export PATH=`pwd`:$PATH
|
export PATH=`pwd`:$PATH
|
||||||
d=`mktemp -d`
|
d=`mktemp -d`
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash -x
|
#!/usr/bin/env bash
|
||||||
|
set -x
|
||||||
ctr1=$(buildah from "${1:-fedora}")
|
ctr1=$(buildah from "${1:-fedora}")
|
||||||
|
|
||||||
## Get all updates and install our minimal httpd server
|
## Get all updates and install our minimal httpd server
|
||||||
|
|
Loading…
Reference in New Issue