summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4le34n2017-07-31 16:41:56 +1100
committer4le34n2017-07-31 16:41:56 +1100
commitc70e109e8799290549b01ed3097af003644f3c05 (patch)
treec7f33d335ef2b008a32f5d75715ae793ea46c5e3
parent7173d1fe33b23cde31f6f063bf49e42be58912b7 (diff)
downloadaur-c70e109e8799290549b01ed3097af003644f3c05.tar.gz
Fix install script
-rw-r--r--.SRCINFO2
-rw-r--r--install2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac89e4978fbf..c7af56a42e06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jul 31 05:28:38 UTC 2017
+# Mon Jul 31 05:41:41 UTC 2017
pkgbase = nfsen
pkgdesc = Netflow visualisation and investigation tool
pkgver = 1.3.8
diff --git a/install b/install
index 8d6cd5ad1e1b..9a7b0d9e58fc 100644
--- a/install
+++ b/install
@@ -1,5 +1,5 @@
post_install() {
getent group netflow &>/dev/null || groupadd -r -g 44 netflow >/dev/null
- getent passwd netflow &>/dev/null || useradd -r -u 44 -g netflow -d /var/lib/nfsen -s /bin/false -G netflow http >/dev/null
+ getent passwd netflow &>/dev/null || useradd -r -u 44 -g netflow -d /var/lib/nfsen -s /bin/false -G http netflow >/dev/null
usr/bin/systemd-tmpfiles --create nfsen.conf || true
}