Skip to content

Commit b9e473c

Browse files
committed
fix
1 parent de87b95 commit b9e473c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

usr/bin/luks-path-check

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,6 @@ bail_if_not_on_luks() {
8181
exit_function 0
8282
}
8383

84+
[ $# -ge 1 ] || { printf '%s\n' "usage: $0 FILE" >&2; exit 1; }
85+
8486
bail_if_not_on_luks "$1"

0 commit comments

Comments
 (0)