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 5eeda8c commit e14359fCopy full SHA for e14359f
nextcloud-startup-script.sh
@@ -49,6 +49,9 @@ 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 ]
@@ -173,9 +176,6 @@ then
173
176
run_script STATIC temporary-fix-beginning
174
177
fi
175
178
-# Import if missing and export again to import it with UUID
-zpool_import_if_missing
-
179
# Set phone region (needs the latest KEYBOARD_LAYOUT from lib)
180
# shellcheck source=lib.sh
181
source /var/scripts/fetch_lib.sh
0 commit comments