This commit is contained in:
ahmadbilalkhalid 2019-09-02 22:46:54 +05:00
parent e5eaee0a40
commit e25ea3197d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ grow_partition() {
# TODO: Try to replace the growpart to parted
wget https://git.launchpad.net/ubuntu/+source/cloud-utils/plain/bin/growpart -q
if [ -e growpart ]; then
sh ./growpart /dev/vda 3; rm growpart
sh ./growpart -q /dev/vda 3; rm growpart
else
tput setaf 1; echo "growpart couldn't be downloaded"
exit 1