mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
firmware: make a note about future work (FreeBSD 14)
This commit is contained in:
parent
428bc2f4a2
commit
38772514fa
@ -37,6 +37,7 @@ echo "***GOT REQUEST TO UPGRADE***" >> ${LOCKFILE}
|
||||
echo "Currently running $(opnsense-version) at $(date)" >> ${LOCKFILE}
|
||||
|
||||
${TEE} ${LOCKFILE} < ${PIPEFILE} &
|
||||
# XXX kernel is not rolled back at the moment, might have to add -K
|
||||
if opnsense-update -u > ${PIPEFILE} 2>&1; then
|
||||
${TEE} ${LOCKFILE} < ${PIPEFILE} &
|
||||
if /usr/local/etc/rc.syshook upgrade > ${PIPEFILE} 2>&1; then
|
||||
@ -47,6 +48,7 @@ if opnsense-update -u > ${PIPEFILE} 2>&1; then
|
||||
|
||||
# aboort pending upgrades
|
||||
opnsense-update -e >> ${LOCKFILE} 2>&1
|
||||
|
||||
fi
|
||||
|
||||
echo '***DONE***' >> ${LOCKFILE}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user