Explorar el Código

installer: tyop fix.

Juan RP hace 12 años
padre
commit
b6ae26ddf2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      installer.sh.in

+ 1 - 1
installer.sh.in

@@ -454,7 +454,7 @@ configure_eth() {
 
     DIALOG --yesno "Do you want to use DHCP for $dev?" ${YESNOSIZE}
     rval=$?
-    if [ $rvañ -eq 0 ]; then
+    if [ $rval -eq 0 ]; then
         configure_net_dhcp $dev
     elif [ $rval -eq 1 ]; then
         configure_net_static $dev