This commit is contained in:
Bob Mottram 2018-04-04 12:29:32 +01:00
parent 56825ad323
commit cfa652cbff
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ function configure_interactive_peertube {
while true
do
# shellcheck disable=SC2068
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"PeerTube" --menu $"Choose an operation, or ESC to exit:" 24 60 24 "${W[@]}" 3>&2 2>&1 1>&3)
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"PeerTube" --menu $"Choose an operation, or ESC to exit:" 12 60 4 "${W[@]}" 3>&2 2>&1 1>&3)
if [ ! "$selection" ]; then
break