change head -c to 1024 bytes, just in case.
This commit is contained in:
parent
64c1557046
commit
0c5b94a0a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user