Don't need stdout
This commit is contained in:
parent
a198210f27
commit
8f18254876
|
@ -164,7 +164,7 @@ function change_theme {
|
|||
|
||||
data=$(tempfile 2>/dev/null)
|
||||
trap "rm -f $data" 0 1 2 5 15
|
||||
dialog --stdout --backtitle $"Freedombone Mesh" \
|
||||
dialog --backtitle $"Freedombone Mesh" \
|
||||
--title $"Select Blog Theme" \
|
||||
--radiolist $'Choose:' \
|
||||
80 40 20 $themelist 2> $data
|
||||
|
|
Loading…
Reference in New Issue