change head -c to 1024 bytes, just in case.

This commit is contained in:
Attila Lendvai 2016-03-17 14:59:16 +01:00
parent 64c1557046
commit 0c5b94a0a0

View File

@ -10,7 +10,7 @@ getPendriveSize()
# details: https://dev.openwrt.org/ticket/10716#comment:4
if [ -e /dev/sda ]; then
# force re-read of the partition table
head -c 10 /dev/sda >/dev/null
head -c 1024 /dev/sda >/dev/null
fi
if (grep -q sda /proc/partitions) then