Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-17 17:58:23 +0300
committerTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-17 17:58:23 +0300
commita2b63156b68e12ba142f0237969ade14038c68de (patch)
treed173b8acd56d0f2ec106c93e41d710e758b17617 /bin
parent13bd7599110500ad387b5f745a4662ca7491cdf2 (diff)
dnsmasq.sh: Fix bug in dnsmasq workaround
Diffstat (limited to 'bin')
-rw-r--r--bin/ncp/NETWORKING/dnsmasq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ncp/NETWORKING/dnsmasq.sh b/bin/ncp/NETWORKING/dnsmasq.sh
index fee825f9..9a691797 100644
--- a/bin/ncp/NETWORKING/dnsmasq.sh
+++ b/bin/ncp/NETWORKING/dnsmasq.sh
@@ -16,7 +16,7 @@ install()
apt-get install --no-install-recommends -y dnsmasq
rc=0
service dnsmasq status > /dev/null 2>&1 || rc=$?
- ! is_docker && [[ $rc -eq 3 ]] && service systemd-resolve status && {
+ ! is_docker && [[ $rc -eq 3 ]] && service systemd-resolved status && {
echo "Applying workaround for dnsmasq bug (compare issue #1446)"
service systemd-resolved stop
service dnsmasq start