From 65c301c62fbea413400b838d4cb01c1f0664e9b5 Mon Sep 17 00:00:00 2001 From: Ing Date: Sat, 27 Jan 2024 15:52:21 +0800 Subject: [PATCH] fix typo --- files/initrd/opt/rr/menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/rr/menu.sh b/files/initrd/opt/rr/menu.sh index 8fc0b16a..b0eb287d 100755 --- a/files/initrd/opt/rr/menu.sh +++ b/files/initrd/opt/rr/menu.sh @@ -1848,7 +1848,7 @@ EOF SIZE=$(df -m ${RESP} | awk 'NR==2 {print $2}') if [ ${SIZE:-0} -lt 1024 ]; then DIALOG --title "$(TEXT "Advanced")" \ - --msgbox "$(TEXT "Disk %s size is less than 1GB and cannot be cloned!")" 0 0 + --msgbox "$(printf "$(TEXT "Disk %s size is less than 1GB and cannot be cloned!")" "${RESP}")" 0 0 return fi MSG=""