File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,9 @@ unset allowdiscards
138
138
ask_passphrase=1
139
139
140
140
if [ -n " $luksfile " -a " $luksfile " != " none" -a -e " $luksfile " ]; then
141
+ # shellcheck disable=SC2086
141
142
if readkey " $luksfile " / " $device " \
142
- | cryptsetup -d - " $cryptsetupopts " luksOpen " $device " " $luksname " ; then
143
+ | cryptsetup -d - $cryptsetupopts luksOpen " $device " " $luksname " ; then
143
144
ask_passphrase=0
144
145
fi
145
146
elif [ " $is_keysource " -ne 0 ]; then
164
165
unset tmp
165
166
166
167
info " Using '$keypath ' on '$keydev '"
168
+ # shellcheck disable=SC2086
167
169
readkey " $keypath " " $keydev " " $device " \
168
- | cryptsetup -d - " $cryptsetupopts " luksOpen " $device " " $luksname " \
170
+ | cryptsetup -d - $cryptsetupopts luksOpen " $device " " $luksname " \
169
171
&& ask_passphrase=0
170
172
unset keypath keydev
171
173
break
You can’t perform that action at this time.
0 commit comments