|  | 
 |  | 
 | 
												
													
														| 390 |      while true
 | 390 |      while true
 | 
												
													
														| 391 |      do
 | 391 |      do
 | 
												
													
														| 392 |          # shellcheck disable=SC2068
 | 392 |          # shellcheck disable=SC2068
 | 
												
													
														| 393 | -        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)
 |  | 
 | 
												
													
														|  | 
 | 393 | +        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)
 | 
												
													
														| 394 |  
 | 394 |  
 | 
												
													
														| 395 |          if [ ! "$selection" ]; then
 | 395 |          if [ ! "$selection" ]; then
 | 
												
													
														| 396 |              break
 | 396 |              break
 |