mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 21:12:59 +02:00
partresize: fix typo.
This commit is contained in:
@@ -30,7 +30,7 @@ case "${1}" in
|
||||
DRV=${ROOT::`expr length $ROOT`-1}
|
||||
fi
|
||||
|
||||
boot_mesg "Change Partition $(DRV)3 to all free space ..."
|
||||
boot_mesg "Change Partition ${DRV}3 to all free space ..."
|
||||
echo -e 'd\n3\nn\np\n3\n\n\nw\nq\n' | fdisk ${DRV}
|
||||
|
||||
# Erase symlink, it should run only once
|
||||
|
||||
Reference in New Issue
Block a user