don't remove growpart

This commit is contained in:
ahmadbilalkhalid 2019-10-30 21:29:29 +05:00
parent 71372428d1
commit 14158cf61b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ grow_partition() {
tput setaf 2; tput bold; echo "Growing Partition"; tput sgr0;
# TODO: Try to replace the growpart to parted
sh ./growpart -q /dev/vda 3 > /dev/null; rm growpart
sh growpart -q /dev/vda 3 > /dev/null;
}
make_script_verbose() {