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.
1 parent f4ed006 commit 620eb8fCopy full SHA for 620eb8f
src/luks/clevis-luks-regen
@@ -67,7 +67,7 @@ fi
67
# Get pin and configuration.
68
if ! pin_cfg="$(clevis luks list -d "${DEV}" -s "${SLT}")" \
69
|| [ -z "${pin_cfg}" ]; then
70
- return 1
+ exit 1
71
fi
72
73
pin="$(echo "${pin_cfg}" | cut -d' ' -f2)"
0 commit comments