set -x in install.sh
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
if [ -z "$(which podman 2>/dev/null)" ]
|
if [ -z "$(which podman 2>/dev/null)" ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user