Save more interactive choices

This commit is contained in:
Bob Mottram 2015-01-31 12:05:30 +00:00
parent 88503762a6
commit 1f25909aaa
1 changed files with 3 additions and 0 deletions

View File

@ -471,6 +471,9 @@ function save_configuration_file {
echo "LOCAL_NETWORK_STATIC_IP_ADDRESS=$LOCAL_NETWORK_STATIC_IP_ADDRESS" >> freedombone.cfg
echo "ROUTER_IP_ADDRESS=$ROUTER_IP_ADDRESS" >> freedombone.cfg
echo "ENABLE_CJDNS=$ENABLE_CJDNS" >> freedombone.cfg
echo "DEBIAN_REPO=$DEBIAN_REPO" >> freedombone.cfg
echo "NAMESERVER1=$NAMESERVER1" >> freedombone.cfg
echo "NAMESERVER2=$NAMESERVER1" >> freedombone.cfg
if [ $WIKI_TITLE ]; then
echo "WIKI_TITLE=$WIKI_TITLE" >> freedombone.cfg
fi