mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
firmware: use launcher trick for these as well; closes #4718
So we get a message that the system is doing something else instead of no message at all.
This commit is contained in:
parent
2d382bf870
commit
a4ae9b3918
@ -27,6 +27,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
SCRIPTSDIR="/usr/local/opnsense/scripts/firmware"
|
||||
RELEASE=$(opnsense-update -vR)
|
||||
PROMPT="[y/N]"
|
||||
ARGS=
|
||||
@ -67,21 +68,21 @@ ${RELEASE:-y})
|
||||
;;
|
||||
[sS])
|
||||
echo
|
||||
/usr/local/opnsense/scripts/firmware/launcher.sh security
|
||||
${SCRIPTSDIR}/launcher.sh ${SCRIPTSDIR}/security.sh
|
||||
echo
|
||||
read -p "Press any key to return to menu." WAIT
|
||||
exit 0
|
||||
;;
|
||||
[hH])
|
||||
echo
|
||||
/usr/local/opnsense/scripts/firmware/launcher.sh health
|
||||
${SCRIPTSDIR}/launcher.sh ${SCRIPTSDIR}/health.sh
|
||||
echo
|
||||
read -p "Press any key to return to menu." WAIT
|
||||
exit 0
|
||||
;;
|
||||
[cC])
|
||||
echo
|
||||
/usr/local/opnsense/scripts/firmware/launcher.sh connection
|
||||
${SCRIPTSDIR}/launcher.sh ${SCRIPTSDIR}/connection.sh
|
||||
echo
|
||||
read -p "Press any key to return to menu." WAIT
|
||||
exit 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user