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 5c421b9 commit d0d10ecCopy full SHA for d0d10ec
module/customize.sh
@@ -135,8 +135,7 @@ else
135
magic_mount=false
136
echo "[+] Config: OverlayFS manager detected"
137
fi
138
-# set config
139
-set_config magic_mount $magic_mount
+# set_config magic_mount $magic_mount
140
141
# --- check mountify ---
142
use_mountify_script=false
@@ -172,7 +171,7 @@ if { [ "$mountify_active" = false ] || [ "$mountify_mounted" = false ]; } && \
172
171
touch "$MODPATH/skip_mountify"
173
# config
174
use_mountify_script=true
175
- set_config use_mountify_script $use_mountify_script
+ # set_config use_mountify_script $use_mountify_script
176
177
178
# migrate config (in case when it has a new value)
0 commit comments