mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
syntax
This commit is contained in:
parent
4f177f1b65
commit
e24862cfcf
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if [ -f /.resize-rootfs ];then
|
||||||
root_part_no=${root_part: (-1)}
|
root_part_no=${root_part: (-1)}
|
||||||
|
|
||||||
# Resize partition
|
# Resize partition
|
||||||
growpart /dev/$root_dev resizepart $root_part_no
|
growpart /dev/$root_dev $root_part_no
|
||||||
resize2fs /dev/$root_part
|
resize2fs /dev/$root_part
|
||||||
rm /.resize-rootfs
|
rm /.resize-rootfs
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue