mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
better height
This commit is contained in:
parent
9cd517008f
commit
9b49b2a64a
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ if [ ${chain} = "main" ];then
|
|||
fi
|
||||
fi
|
||||
|
||||
CHOICE_HEIGHT=$(("${#OPTIONS[@]}" / 3))
|
||||
CHOICE_HEIGHT=$(("${#OPTIONS[@]}"))
|
||||
CHOICES=$(dialog \
|
||||
--title ' Node Settings & Options ' \
|
||||
--checklist ' use spacebar to activate/de-activate ' \
|
||||
|
|
Loading…
Add table
Reference in a new issue