Skip to content

Commit 2335408

Browse files
committed
dnsmasq.sh: Fix dnsmasq breaking networking during ncp installation
Signed-off-by: Tobias K <[email protected]>
1 parent cd98b50 commit 2335408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/ncp/NETWORKING/dnsmasq.sh

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ install()
1414
apt-get update
1515
apt-get install --no-install-recommends -y dnsmasq
1616
update-rc.d dnsmasq disable
17+
service dnsmasq stop
1718

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

0 commit comments

Comments
 (0)