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 e14359f commit fc9c4d4Copy full SHA for fc9c4d4
nextcloud-startup-script.sh
@@ -49,9 +49,6 @@ ncdb
49
# Check if root
50
root_check
51
52
-# Import if missing and export again to import it with UUID
53
-zpool_import_if_missing
54
-
55
# Create a snapshot before modifying anything
56
check_free_space
57
if does_snapshot_exist "NcVM-installation" || [ "$FREE_SPACE" -ge 50 ]
@@ -157,6 +154,9 @@ SCRIPT_NAME="Nextcloud Startup Script"
157
154
# shellcheck source=lib.sh
158
155
source /var/scripts/fetch_lib.sh
159
156
+# Import if missing and export again to import it with UUID
+zpool_import_if_missing
+
160
# Get all needed variables from the library
161
ncdb
162
nc_update
0 commit comments