mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
firmware: we need to be aware of locks here
This commit is contained in:
parent
b4929f5332
commit
7ff6b2013f
@ -55,7 +55,7 @@ elif [ "${PACKAGE}" = "kernel" ]; then
|
||||
opnsense-update -k >> ${PKG_PROGRESS_FILE} 2>&1
|
||||
fi
|
||||
else
|
||||
opnsense-revert ${PACKAGE} >> ${PKG_PROGRESS_FILE} 2>&1
|
||||
opnsense-revert -l ${PACKAGE} >> ${PKG_PROGRESS_FILE} 2>&1
|
||||
pkg autoremove -y >> ${PKG_PROGRESS_FILE} 2>&1
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user