This commit is contained in:
ahmadbilalkhalid 2019-09-02 18:09:46 +05:00
parent 2abcc75b38
commit a69f3fe299
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
wget https://git.launchpad.net/ubuntu/+source/cloud-utils/plain/bin/growpart
wget https://git.launchpad.net/ubuntu/+source/cloud-utils/plain/bin/growpart -q
if [ -e growpart ]; then
sh ./growpart /dev/vda 3; rm growpart
else