Skip to content

Commit 152793f

Browse files
authored
Merge pull request #3956 from joolswills/nonet_fix
packages - fix install of modules with nonet flag when not connected
2 parents 610df81 + d6775d4 commit 152793f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function rp_callModule() {
150150
isConnected && has_net=1
151151
152152
# for modules with nonet flag that don't need to download data, we force has_net to 1
153-
hasFlag "${__mod_info[$id/flags]}" "nonet" && has_net=1
153+
hasFlag "${__mod_info[$md_id/flags]}" "nonet" && has_net=1
154154
155155
if [[ "$has_net" -eq 1 ]]; then
156156
rp_hasBinary "$md_id"

0 commit comments

Comments
 (0)