Skip to content
Snippets Groups Projects
Unverified Commit 395266e4 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: remove obsolete dnsmasq upgrade script

The script cleaned up an old setting that was removed in 2014.
parent ba9fc94e
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
if [ -e /etc/dnsmasq.conf ]; then
sed -i -e '/^conf-dir=\/lib\/gluon\/dnsmasq\.d$/d' -e '/^conf-dir=\/var\/gluon\/dnsmasq\.d$/d' /etc/dnsmasq.conf
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment