Skip to content

Commit

Permalink
src/winusb: Fix wrong param. name
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 5, 2017
1 parent 668e11c commit d75df19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/winusb
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ cleanup_mountpoints(){
# shellcheck disable=2015
umount "$2" && rm -rf "$2" || true

if [ "$3" = 'normalCleanup' ]; then
if [ "$3" = 'normal_cleanup' ]; then
exit 0
else
exit 2
Expand Down

0 comments on commit d75df19

Please sign in to comment.