Skip to content

Commit

Permalink
Fixed bottDevice option
Browse files Browse the repository at this point in the history
  • Loading branch information
framps committed Jul 13, 2022
1 parent 2904d02 commit 0945f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raspiBackup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8542,7 +8542,7 @@ while (( "$#" )); do
--bootDevice)
o=$(checkOptionParameter "$1" "$2")
(( $? )) && exitError $RC_PARAMETER_ERROR
BOOT_DEVICE="${o^^}"; shift 2
BOOT_DEVICE="$o"; shift 2
;;

-c|-c[-+])
Expand Down

0 comments on commit 0945f86

Please sign in to comment.