Unverified Commit d4af98e7 authored by Igor Pečovnik's avatar Igor Pečovnik
Browse files

Cosmetic bugfix when showing list of motd items

parent 0e3c0972
......@@ -993,7 +993,7 @@ function jobs ()
done < <(ls -1 $HOME)
LISTLENGHT="$(($LIST_CONST+${#MOTD[@]}/2))"
[[ $LISTLENGHT -lt 9 ]]; LISTLENGHT=9
exec 3>&1
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 " \
......
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