From 36fa29a560f04736069126a9ee17905170b5bc6a Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 5 Aug 2019 17:21:26 -0700 Subject: [PATCH] tweaks --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 029a827..0e28674 100644 --- a/setup.sh +++ b/setup.sh @@ -60,7 +60,7 @@ if [ "$swapspace" -lt "2048000" ]; then swapspace="2048000" ; fi nics=`dialog --separate-output --no-cancel --no-items --title "Bridged network devices" --checklist "Select the network devices to be bridged to bridge - select none for no bridge:" $height $width ${window}$nicdevices 2>&1 1>/dev/tty` if [ -z "$nics" ]; then - bridgedevice=`dialog --no-cancel --no-items --title "Bridged network devices" --radiolist "Select the network devices to be bridged to bridge - select none for no bridge:" $height $width ${window}$nicdevices 2>&1 1>/dev/tty` + bridgedevice=`dialog --no-cancel --no-items --title "Configure network devices" --radiolist "NO BRIDGE MODE!\nSelect the network device to configure:" $height $width ${window}$nicdevices 2>&1 1>/dev/tty` else bridgedevice="br0" fi