File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ pick_lan_ips() {
205
205
ipset_type=" net"
206
206
printf ' \n%s\n' " Autodetected $family LAN subnets: '$blue$u_ips$n_c '."
207
207
[ " $autodetect " ] && { confirm_ips; continue ; }
208
- printf ' \n %s\n%s\n \n' " [c]onfirm, c[h]ange, [s]kip or [a]bort installation?" \
208
+ printf ' %s\n%s\n' " [c]onfirm, c[h]ange, [s]kip or [a]bort installation?" \
209
209
" Verify that correct LAN subnets have been detected in order to avoid accidental lockout or other problems."
210
210
pick_opt " c|h|s|a"
211
211
case " $REPLY " in
@@ -235,7 +235,7 @@ pick_lan_ips() {
235
235
done
236
236
237
237
[ " $autodetect " ] || [ " $autodetect_off " ] && return
238
- printf ' \n%s\n' " [A]uto-detect LAN subnets when updating ip lists or keep this config [c]onstant?"
238
+ printf ' \n%s\n' " ${blue} [A]uto-detect LAN subnets when updating ip lists or keep this config [c]onstant?$n_c "
239
239
pick_opt " a|c"
240
240
case " $REPLY " in a|A) autodetect=" 1" ; esac
241
241
}
You can’t perform that action at this time.
0 commit comments