Don't need stdout

This commit is contained in:
Bob Mottram 2016-09-09 09:47:35 +01:00
parent a198210f27
commit 8f18254876
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 1 additions and 1 deletions

View File

@ -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