summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautocluster3
1 files changed, 2 insertions, 1 deletions
diff --git a/autocluster b/autocluster
index 7e259d2..62cbdfd 100755
--- a/autocluster
+++ b/autocluster
@@ -726,7 +726,7 @@ guess_install_network ()
case "$o" in
gw\=*)
INSTALL_GW="${o#gw=}"
- INSTALL_IP="${ip}${FIRSTIP}"
+ INSTALL_IP="$ip"
esac
done
[ -n "$INSTALL_IP" ] || INSTALL_IP="$ip"
@@ -761,6 +761,7 @@ base_create()
setup_timezone
+ IPNUM=$FIRSTIP
make_network_map
guess_install_network