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>2018-09-04 00:34:21 +0300
committernacho <nacho@ownyourbits.com>2018-09-13 03:54:15 +0300
commitee370f1bbb947714272e06d3ffe5e61cabab8a97 (patch)
tree3ca588eb01e0d79ee01f0f8c983202acf73ee67e
parent6e1a1a91b3d590262b58e08c9211fdfc73957c97 (diff)
ncp-suggestions: fix Raspbian parsingv0.59.4
-rw-r--r--bin/ncp-suggestions2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ncp-suggestions b/bin/ncp-suggestions
index 52fd62d2..77559732 100644
--- a/bin/ncp-suggestions
+++ b/bin/ncp-suggestions
@@ -16,7 +16,7 @@ OUT="$@"
DNSMASQ_ON="$( grep "^ACTIVE_=" /usr/local/etc/ncp-config.d/dnsmasq.sh | cut -d'=' -f2 )"
-grep -q "distribution|.*bian GNU/Linux 9" <<<"$OUT" || \
+grep -q "distribution|.*bian GNU/Linux 9,*" <<<"$OUT" || \
echo -e "You are using an unsupported distro release. Please upgrade to latest Debian/Raspbian"
[[ $DNSMASQ_ON != "yes" ]] && \