From 473f26e228c36abbea489bded00eaa46fe645a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Luki=C4=87?= Date: Sun, 20 May 2018 19:31:03 +0200 Subject: [PATCH] --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 46ef837..92df403 100644 --- a/install.sh +++ b/install.sh @@ -17,7 +17,7 @@ sudo pip install cosmicpi # Configure AP mode # Populate `/etc/dnsmasq.conf` file echo "--- Configure AP mode ---" -sudo bash -c 'cat > /etc/dnsmasq.conf' << EOF +sudo bash -c 'cat > /etc/dnsmasq_.conf' << EOF interface=wlan0 dhcp-range=192.168.12.50,192.168.12.150,255.255.255.0,24h @@ -37,7 +37,7 @@ EOF sudo systemctl restart dnsmasq # Populate `/etc/dhcpcd.conf` file -sudo bash -c 'cat > /etc/dhcpcd.conf' << EOF +sudo bash -c 'cat > /etc/dhcpcd_.conf' << EOF hostname clientid presistent