From e0f647104dfc60598f53e4284c11400cd68d2f7d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 25 Dec 2014 18:02:34 +0000 Subject: [PATCH] Interfaces file --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 359b9a9e..b24dbbd1 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -7149,7 +7149,7 @@ function enable_wifi_hotspot { fi fi - if ! grep -q "Wifi hotspot" $COMPLETION_FILE; then + if ! grep -q "Wifi hotspot" /etc/network/interfaces; then echo '' >> /etc/network/interfaces echo '# Wifi hotspot' >> /etc/network/interfaces echo "auto $WIFI_INTERFACE" >> /etc/network/interfaces