mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
better height
This commit is contained in:
@@ -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 ' \
|
||||
|
Reference in New Issue
Block a user