mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
firmware: this is tricky #2283
This commit is contained in:
parent
f47ad13d18
commit
1c67fa1323
@ -30,8 +30,8 @@ WANT_REBOOT=1
|
||||
|
||||
DUMMY_UPDATE=$(${PKG} update 2>&1)
|
||||
|
||||
LQUERY=$(${PKG} query %v opnsense-update)
|
||||
RQUERY=$(${PKG} rquery %v opnsense-update)
|
||||
LQUERY=$(${PKG} query %v opnsense-update 2> /dev/null)
|
||||
RQUERY=$(${PKG} rquery %v opnsense-update 2> /dev/null)
|
||||
|
||||
if [ "${LQUERY%%_*}" != "${RQUERY%%_*}" ]; then
|
||||
WANT_REBOOT=0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user