From 0945f86b797e4c820b5655bcb2cece85369c0dd6 Mon Sep 17 00:00:00 2001 From: framp Date: Wed, 13 Jul 2022 19:23:13 +0200 Subject: [PATCH] Fixed bottDevice option --- raspiBackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspiBackup.sh b/raspiBackup.sh index 182ce11c..47aaea42 100755 --- a/raspiBackup.sh +++ b/raspiBackup.sh @@ -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[-+])