mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix a regression introduced by r251967, resulting in:
/usr/libexec/bsdconfig/140.startup/startup: 130: Syntax error: ";;" unexpected (expecting "fi")
This commit is contained in:
parent
229efb37dc
commit
fcd71b75c9
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ while :; do
|
|||
esac
|
||||
|
||||
if [ "$command" ]; then
|
||||
$BSDCFG_LIBE/$APP_DIR/$command ${USE_XDIALOG:+-X} ;;
|
||||
$BSDCFG_LIBE/$APP_DIR/$command ${USE_XDIALOG:+-X}
|
||||
else
|
||||
f_die 1 "$msg_unknown_startup_menu_selection"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue