lightster / dnsmasq-mgmt

📇 Tool for managing `address` entries in dnsmasq
MIT License
2 stars 1 forks source link

Fix missing dnsmasq and resolver directories #17

Closed lightster closed 8 years ago

lightster commented 8 years ago

The missing directories are causing the dnsmasq configuring to fail. The directories are missing because the array union operator was overwriting the mkdir command with the brew install rather than appending the two numerically-indexed arrays.