mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
firmware: cross-version check not using correct information
This commit is contained in:
parent
b391195f25
commit
2d84691768
@ -145,7 +145,7 @@ core)
|
||||
target_abi_major=${product_abi%%.*}
|
||||
target_abi_minor=${product_abi#*.}
|
||||
|
||||
IS_BUSINESS=$(echo ${product_name} | grep -c -- '-business')
|
||||
IS_BUSINESS=$(echo ${product_id} | grep -c -- '-business')
|
||||
WANT_BUSINESS=$(${PLUGINCTL} -g system.firmware.mirror | \
|
||||
grep -c 'opnsense-update\.deciso\.com')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user