We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5f3d01 + ecc55fa commit bb474dcCopy full SHA for bb474dc
scripts/pattern-util.sh
@@ -62,7 +62,7 @@ fi
62
63
# Detect if we use podman machine. If we do not then we bind mount local host ssl folders
64
# if we are using podman machine then we do not bind mount anything (for now!)
65
-REMOTE_PODMAN=$(podman system connection list -q | wc -l)
+REMOTE_PODMAN=$(podman system connection list | tail -n +2 | wc -l)
66
if [ $REMOTE_PODMAN -eq 0 ]; then # If we are not using podman machine we check the hosts folders
67
# We check /etc/pki/tls because on ubuntu /etc/pki/fwupd sometimes
68
# exists but not /etc/pki/tls and we do not want to bind mount in such a case
0 commit comments