about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-07-01 15:54:06 +0200
committerJuan RP <xtraeme@gmail.com>2013-07-01 15:54:06 +0200
commitb6ae26ddf2e318c9aecf80e66188b8386af199f9 (patch)
tree6041b751c0df405855b16d0a6f236d43ccda25c6 /installer.sh.in
parenta4edc23bd648fa1440752964ab099ae17d80d975 (diff)
downloadhrmpf-b6ae26ddf2e318c9aecf80e66188b8386af199f9.tar.gz
hrmpf-b6ae26ddf2e318c9aecf80e66188b8386af199f9.tar.xz
hrmpf-b6ae26ddf2e318c9aecf80e66188b8386af199f9.zip
installer: tyop fix.
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.sh.in b/installer.sh.in
index 096bb4a..03e0a00 100644
--- a/installer.sh.in
+++ b/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