Skip to content

Commit

Permalink
Merge pull request #5 from keatontaylor/master
Browse files Browse the repository at this point in the history
DHCP daemon should start on specified interface
  • Loading branch information
sdelrio authored Feb 27, 2018
2 parents 4373596 + 2399276 commit 14f891f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wlanstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ subnet ${SUBNET} netmask 255.255.255.0 {
EOF

echo "Starting DHCP server .."
dhcpd wlan0
dhcpd ${INTERFACE}

# Capture external docker signals
trap 'true' SIGINT
Expand Down

0 comments on commit 14f891f

Please sign in to comment.