firmware: since opnsense-update is silent for scripting make some noise here

This commit is contained in:
Franco Fichtner 2021-10-07 10:39:38 +02:00
parent 1b336f3ccc
commit 9ccc46c8d7

View File

@ -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