No stdout

This commit is contained in:
Bob Mottram 2018-03-18 15:24:43 +00:00
parent 007c45c5a3
commit 775177fc8d
1 changed files with 1 additions and 1 deletions

View File

@ -1915,7 +1915,7 @@ function menu_app_settings {
fi
# shellcheck disable=SC2086
choice=$(dialog --stdout --backtitle $"Freedombone" \
choice=$(dialog --backtitle $"Freedombone" \
--title $"Change settings for an App" \
--menu $'Choose:' \
26 40 30 "${W[@]}" 3>&2 2>&1 1>&3)