From 1eae495b8b369393482e305447da8fc1deb6fe7f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Feb 2015 18:22:24 +0000 Subject: [PATCH] Possible bug fix for interactive install --- src/freedombone | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/freedombone b/src/freedombone index a3b21902..11cc07b1 100755 --- a/src/freedombone +++ b/src/freedombone @@ -694,6 +694,9 @@ function read_configuration { fi if [ -f $CONFIGURATION_FILE ]; then + if grep -q "DOMAIN_NAME" $CONFIGURATION_FILE; then + DOMAIN_NAME=$(grep "DOMAIN_NAME" $CONFIGURATION_FILE | awk -F '=' '{print $2}') + fi if grep -q "NAMESERVER1" $CONFIGURATION_FILE; then NAMESERVER1=$(grep "NAMESERVER1" $CONFIGURATION_FILE | awk -F '=' '{print $2}') fi