Skip to content

Commit d0d10ec

Browse files
committed
scripts/customize: skip unnecessary set_config()
1 parent 5c421b9 commit d0d10ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

module/customize.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ else
135135
magic_mount=false
136136
echo "[+] Config: OverlayFS manager detected"
137137
fi
138-
# set config
139-
set_config magic_mount $magic_mount
138+
# set_config magic_mount $magic_mount
140139

141140
# --- check mountify ---
142141
use_mountify_script=false
@@ -172,7 +171,7 @@ if { [ "$mountify_active" = false ] || [ "$mountify_mounted" = false ]; } && \
172171
touch "$MODPATH/skip_mountify"
173172
# config
174173
use_mountify_script=true
175-
set_config use_mountify_script $use_mountify_script
174+
# set_config use_mountify_script $use_mountify_script
176175
fi
177176

178177
# migrate config (in case when it has a new value)

0 commit comments

Comments
 (0)