Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-06-03 23:43:21 +0300
committerGitHub <noreply@github.com>2020-06-03 23:43:21 +0300
commit0b1aa48b5b6fa7573fcc675d97d9d3680f51e0fd (patch)
treeb2fd50c86f89b0182deea3b3f14854afc5643081 /nextcloud_install_production.sh
parent156ee79572841fa41198a144d9a910fddb3ec577 (diff)
forgot resize2fs
Diffstat (limited to 'nextcloud_install_production.sh')
-rw-r--r--nextcloud_install_production.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh
index 8854e08a..e9c86979 100644
--- a/nextcloud_install_production.sh
+++ b/nextcloud_install_production.sh
@@ -107,6 +107,7 @@ then
do
if lvextend -L +1M /dev/ubuntu-vg/ubuntu-lv | grep -q "Insufficient free space"
then
+ resize2fs /dev/ubuntu-vg/ubuntu-lv
break
fi
done