Unverified Commit bb459003 authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

Cosmetics

parent 7ddb867a
...@@ -136,7 +136,7 @@ while true; do ...@@ -136,7 +136,7 @@ while true; do
exec 3>&1 exec 3>&1
selection=$(DIALOGRC=$temp_rc dialog --colors --backtitle "$BACKTITLE" --title " $sys_title " --clear \ selection=$(DIALOGRC=$temp_rc dialog --colors --backtitle "$BACKTITLE" --title " $sys_title " --clear \
--cancel-label "Cancel" --menu "$disclaimer" $LISTLENGHT 60 $BOXLENGHT \ --cancel-label "Cancel" --menu "$disclaimer" $LISTLENGHT 68 $BOXLENGHT \
"${LIST[@]}" 2>&1 1>&3) "${LIST[@]}" 2>&1 1>&3)
exit_status=$? exit_status=$?
exec 3>&- exec 3>&-
......
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