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 de87b95 commit b9e473cCopy full SHA for b9e473c
usr/bin/luks-path-check
@@ -81,4 +81,6 @@ bail_if_not_on_luks() {
81
exit_function 0
82
}
83
84
+[ $# -ge 1 ] || { printf '%s\n' "usage: $0 FILE" >&2; exit 1; }
85
+
86
bail_if_not_on_luks "$1"
0 commit comments