Skip to content

Commit

Permalink
dnsmasq.sh: Fix dnsmasq breaking networking during ncp installation
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias K <[email protected]>
  • Loading branch information
theCalcaholic committed Mar 24, 2022
1 parent cd98b50 commit 2335408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ncp/NETWORKING/dnsmasq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ install()
apt-get update
apt-get install --no-install-recommends -y dnsmasq
update-rc.d dnsmasq disable
service dnsmasq stop

[[ "$DOCKERBUILD" == 1 ]] && {
cat > /etc/services-available.d/100dnsmasq <<EOF
Expand Down

0 comments on commit 2335408

Please sign in to comment.