This commit is contained in:
Ing 2024-01-27 15:52:21 +08:00
parent 58720a3c70
commit 1a53bc4b3e

View File

@ -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=""