mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix typo
This commit is contained in:
parent
58720a3c70
commit
1a53bc4b3e
@ -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=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user