dialog --backtitle"$BACKTITLE"--title" Notice "--msgbox"\nWe didn't find any unprivileged user with sudo rights which is required to run this service.\
\n\nPress enter to create one!" 10 48
read-t 0 temp
echo-e"\nPlease provide a username (eg. your forename) or leave blank for canceling user creation: \c"
dialog --title" Warning "--ok-label" Accept and proceed "--msgbox'\nOne of your wireless drivers are on a black list due to poor quality.\n\nAP mode might not be possible!' 9 73
fi
}
#
# search for wlan interfaces and provide a selection menu if there are more than one
#
function get_wlan_interface ()
{
IFS=$'\r\n'
GLOBIGNORE='*'
WLAN_INTERFACES=($(LC_ALL=C nmcli --wait 10 dev status | grep wifi | grep disconnected |awk '{print $1}'))
dialog --title" Warning "--ok-label" Accept and proceed "--msgbox'\nOne of your wireless drivers are on a black list due to poor quality.\n\nAP mode might not be possible!' 9 73
dialog --backtitle"$BACKTITLE"--title" Notice "--msgbox"\nWe didn't find any unprivileged user with sudo rights which is required to run this service.\
\n\nPress enter to create one!" 10 48
read-t 0 temp
echo-e"\nPlease provide a username (eg. your forename) or leave blank for canceling user creation: \c"