From 3a576ed81690eb2d1b0ac416f9fcb44de507ae66 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 30 Aug 2021 11:15:38 +1200 Subject: [PATCH] Replace dnsmaq.conf => dnsmasq.conf --- docker/dhcp/README.rst | 2 +- docker/dhcp/boot.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/dhcp/README.rst b/docker/dhcp/README.rst index 4bc562a..4862c43 100644 --- a/docker/dhcp/README.rst +++ b/docker/dhcp/README.rst @@ -5,7 +5,7 @@ This container provide a basic DHCP server fro GNS3 topologies build on top of dnsmasq. At first startup a sample config will be write in -/etc/dnsmasq/dnsmaq.conf +/etc/dnsmasq/dnsmasq.conf You can customize the server by editing this file and restarting the container. diff --git a/docker/dhcp/boot.sh b/docker/dhcp/boot.sh index 93e8c60..73c6f15 100644 --- a/docker/dhcp/boot.sh +++ b/docker/dhcp/boot.sh @@ -18,9 +18,9 @@ mkdir -p /etc/dnsmasq -if [ ! -f /etc/dnsmasq/dnsmaq.conf ] +if [ ! -f /etc/dnsmasq/dnsmasq.conf ] then - cat > /etc/dnsmasq/dnsmaq.conf < /etc/dnsmasq/dnsmasq.conf <