mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
firmware: since opnsense-update is silent for scripting make some noise here
This commit is contained in:
parent
1b336f3ccc
commit
9ccc46c8d7
@ -3,7 +3,8 @@
|
||||
# Perform major updates
|
||||
|
||||
for STAGE in B P; do
|
||||
if opnsense-update -${STAGE}; then
|
||||
reboot
|
||||
fi
|
||||
if opnsense-update -${STAGE}; then
|
||||
echo -n "Issuing required reboot..."
|
||||
reboot
|
||||
fi
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user