installer: tyop fix.
This commit is contained in:
parent
a4edc23bd6
commit
b6ae26ddf2
@ -454,7 +454,7 @@ configure_eth() {
|
|||||||
|
|
||||||
DIALOG --yesno "Do you want to use DHCP for $dev?" ${YESNOSIZE}
|
DIALOG --yesno "Do you want to use DHCP for $dev?" ${YESNOSIZE}
|
||||||
rval=$?
|
rval=$?
|
||||||
if [ $rvañ -eq 0 ]; then
|
if [ $rval -eq 0 ]; then
|
||||||
configure_net_dhcp $dev
|
configure_net_dhcp $dev
|
||||||
elif [ $rval -eq 1 ]; then
|
elif [ $rval -eq 1 ]; then
|
||||||
configure_net_static $dev
|
configure_net_static $dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user