"plat/st/stm32mp1/stm32mp1_stack_protector.c" did not exist on "10bcd761574a5aaa208041382399e05275011603"
Unverified Commit c87cedc8 authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

Extend menu size

parent 8790b38c
...@@ -1113,7 +1113,7 @@ function jobs () ...@@ -1113,7 +1113,7 @@ function jobs ()
exec 3>&1 exec 3>&1
selection=$(dialog --backtitle "$BACKTITLE" --title "Toggle motd executing scripts" --clear --cancel-label \ selection=$(dialog --backtitle "$BACKTITLE" --title "Toggle motd executing scripts" --clear --cancel-label \
"Exit" --ok-label "Save" --checklist "\nChoose what you want to enable or disable:\n " \ "Exit" --ok-label "Save" --checklist "\nChoose what you want to enable or disable:\n " \
$LISTLENGHT 70 15 "${MOTD[@]}" 2>&1 1>&3) $LISTLENGHT 80 15 "${MOTD[@]}" 2>&1 1>&3)
exit_status=$? exit_status=$?
exec 3>&- exec 3>&-
case $exit_status in case $exit_status in
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment