Skip to content
Snippets Groups Projects
Unverified Commit 8f182548 authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't need stdout

parent a198210f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment