mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
firmware: pkg is part of core, no need to double-check #3473
This commit is contained in:
parent
959eea632f
commit
08e7fca0fc
@ -113,7 +113,7 @@ core_check()
|
||||
CORE=$(opnsense-version -n)
|
||||
PROGRESS=
|
||||
|
||||
for DEP in $( (echo pkg; echo ${CORE}; pkg query %dn ${CORE}) | sort -u); do
|
||||
for DEP in $( (echo ${CORE}; pkg query %dn ${CORE}) | sort -u); do
|
||||
if [ -z "${PROGRESS}" ]; then
|
||||
echo -n "Checking core packages: ." >> ${PKG_PROGRESS_FILE}
|
||||
PROGRESS=1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user