File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262
6363# Detect if we use podman machine. If we do not then we bind mount local host ssl folders
6464# 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)
65+ REMOTE_PODMAN=$( podman system connection list | tail -n +2 | wc -l)
6666if [ $REMOTE_PODMAN -eq 0 ]; then # If we are not using podman machine we check the hosts folders
6767 # We check /etc/pki/tls because on ubuntu /etc/pki/fwupd sometimes
6868 # exists but not /etc/pki/tls and we do not want to bind mount in such a case
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COMMONPATH=$(dirname "${SCRIPTPATH}")
1212PATTERNPATH=$( dirname " ${COMMONPATH} " )
1313
1414PATTERN_NAME=${1:- $(basename " ` pwd` " )}
15- SECRETS_BACKING_STORE=" $( $SCRIPTPATH /determine-secretstore-backend.sh) "
15+ SECRETS_BACKING_STORE=" $( " $SCRIPTPATH /determine-secretstore-backend.sh" ) "
1616
1717EXTRA_PLAYBOOK_OPTS=" ${EXTRA_PLAYBOOK_OPTS:- } "
1818
You can’t perform that action at this time.
0 commit comments