File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scriptmodules/supplementary Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ _EOF_
210
210
211
211
local id
212
212
for id in " ${__mod_id[@]} " ; do
213
- if rp_isInstalled " $id " && [[ -n " ${__mod_section [$id]} " ]] && ! hasFlag " ${__mod_info[$id/flags]} " " frontend" ; then
213
+ if rp_isInstalled " $id " && [[ -n " ${__mod_info [$id/section ]} " ]] && ! hasFlag " ${__mod_info[$id/flags]} " " frontend" ; then
214
214
rp_callModule " $id " configure
215
215
fi
216
216
done
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ _EOF_
124
124
125
125
local id
126
126
for id in " ${__mod_id[@]} " ; do
127
- if rp_isInstalled " $id " && [[ -n " ${__mod_section [$id]} " ]] && ! hasFlag " ${__mod_info[$id/flags]} " " frontend" ; then
127
+ if rp_isInstalled " $id " && [[ -n " ${__mod_info [$id/section ]} " ]] && ! hasFlag " ${__mod_info[$id/flags]} " " frontend" ; then
128
128
rp_callModule " $id " configure
129
129
fi
130
130
done
You can’t perform that action at this time.
0 commit comments