Correct a typo.
Submitted by: gcooper Reviewed by: nwhitehorn Approved by: re (kib)
This commit is contained in:
parent
5b046b47ec
commit
092b5f7c3f
@ -165,7 +165,7 @@ fi
|
||||
exec 3>&1
|
||||
RESOLV=$(echo "${RESOLV}" | xargs dialog --backtitle 'FreeBSD Installer' \
|
||||
--title 'Network Configuration' \
|
||||
--mixedform 'Resovler Configuration' 0 0 0 \
|
||||
--mixedform 'Resolver Configuration' 0 0 0 \
|
||||
2>&1 1>&3)
|
||||
if [ $? -eq $DIALOG_CANCEL ]; then exec $0; fi
|
||||
exec 3>&-
|
||||
|
Loading…
Reference in New Issue
Block a user