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