diff --git a/usr/bin/archboot-network.sh b/usr/bin/archboot-network.sh index 6459a0b5d..d07dd5a7b 100755 --- a/usr/bin/archboot-network.sh +++ b/usr/bin/archboot-network.sh @@ -54,7 +54,7 @@ _wireless() { # only show lines with signal '*' # kill spaces from the end and replace spaces with + between #shellcheck disable=SC2086,SC2046 - if _dialog --cancel-label "${_LABEL}" --title " SSID Scan Result " --menu "Empty spaces in your SSID are replaced by '+' char" 13 60 6 \ + if _dialog --column-separator : --cancel-label "${_LABEL}" --title " SSID Scan Result " --menu "Empty spaces in your SSID are replaced by '+' char" 13 60 6 \ "RESCAN":"SSIDs":"HIDDEN":"SSID":$(iwctl station "${_INTERFACE}" get-networks |\ rg -o ' {6}(.{34}).*\*' -r '$1' |\ sd '\+*\n$' ':_') 2>"${_ANSWER}"; then