We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3126bf9 commit 26887c9Copy full SHA for 26887c9
nextcloud_install_production.sh
@@ -116,7 +116,7 @@ Enabling this will also force an automatic reboot after running the update scrip
116
print_text_in_color "$ICyan" "Creating volume..."
117
sleep 1
118
# Create a placeholder snapshot
119
- check_command lvcreate --size 10G --name "NcVM-installation" ubuntu-vg
+ check_command lvcreate --size 5G --name "NcVM-installation" ubuntu-vg
120
export SNAPSHOTS_ENABLED="yes"
121
else
122
print_text_in_color "$IRed" "Could not create volume because of insufficient space..."
0 commit comments