mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CHOICE_HEIGHT=$(("${#OPTIONS[@]}" / 3))
|
CHOICE_HEIGHT=$(("${#OPTIONS[@]}"))
|
||||||
CHOICES=$(dialog \
|
CHOICES=$(dialog \
|
||||||
--title ' Node Settings & Options ' \
|
--title ' Node Settings & Options ' \
|
||||||
--checklist ' use spacebar to activate/de-activate ' \
|
--checklist ' use spacebar to activate/de-activate ' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue