# This is used if you need to switch identity. Dump old keys and generate new ones
echo-n''
}
function configure_interactive_babybuddy {
W=(1 $"Option 1"
2 $"Option 2")
while true
do
# shellcheck disable=SC2068
selection=$(dialog --backtitle$"Freedombone Administrator Control Panel"--title$"babybuddy"--menu$"Choose an operation, or ESC for main menu:" 14 70 3 "${W[@]}" 3>&2 2>&1 1>&3)