mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Comments.
This commit is contained in:
parent
fd75b91d13
commit
7cdf48fc2c
3 changed files with 9 additions and 0 deletions
|
|
@ -222,6 +222,9 @@ f_dialog_title "$msg_view_edit_startup_configuration"
|
|||
f_dialog_backtitle "${ipgm:+bsdconfig }$pgm"
|
||||
f_mustberoot_init
|
||||
|
||||
#
|
||||
# Launch application main menu
|
||||
#
|
||||
while :; do
|
||||
dialog_menu_main
|
||||
retval=$?
|
||||
|
|
|
|||
|
|
@ -338,6 +338,9 @@ f_startup_rcconf_map_expand RCCONF_MAP
|
|||
# Generate RCCONF_MENU_LIST from $RCCONF_MAP
|
||||
dialog_create_main
|
||||
|
||||
#
|
||||
# Launch application main menu
|
||||
#
|
||||
while :; do
|
||||
dialog_menu_main
|
||||
retval=$?
|
||||
|
|
|
|||
|
|
@ -190,6 +190,9 @@ f_dialog_title "$msg_toggle_startup_services"
|
|||
f_dialog_backtitle "${ipgm:+bsdconfig }$pgm"
|
||||
f_mustberoot_init
|
||||
|
||||
#
|
||||
# Launch application main menu
|
||||
#
|
||||
while :; do
|
||||
dialog_menu_main || f_die
|
||||
f_dialog_menutag_fetch mtag
|
||||
|
|
|
|||
Loading…
Reference in a new issue