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
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-01-10 07:56:05 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-10 07:56:42 +0300
commit9de1f51a3deadea6dd90f5385c54296780e03448 (patch)
tree9cdfed046a426c6ea9fa1307d4b968c0fae80c6d /bin/ncp/NETWORKING/dnsmasq.sh
parent2e7da45f687c00f29ced3caab9e98433f2169160 (diff)
build: stop at any error
Diffstat (limited to 'bin/ncp/NETWORKING/dnsmasq.sh')
-rw-r--r--bin/ncp/NETWORKING/dnsmasq.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ncp/NETWORKING/dnsmasq.sh b/bin/ncp/NETWORKING/dnsmasq.sh
index 3f75c6d8..6fb6f275 100644
--- a/bin/ncp/NETWORKING/dnsmasq.sh
+++ b/bin/ncp/NETWORKING/dnsmasq.sh
@@ -36,6 +36,7 @@ exit 0
EOF
chmod +x /etc/services-available.d/100dnsmasq
}
+ return 0
}
configure()