summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
author4le34n2017-08-29 15:58:40 +1100
committer4le34n2017-08-29 15:58:40 +1100
commit52b571e65e1b0d9fed2b05ea1b26bd99f82e74dd (patch)
treec44d3f991991f0ce6fff767df55552ea81550919 /install
parent76d162c93634630f2d59a8962b9478fd11c2c9f6 (diff)
downloadaur-52b571e65e1b0d9fed2b05ea1b26bd99f82e74dd.tar.gz
Fix install script
Diffstat (limited to 'install')
-rw-r--r--install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 37513a1be397..342b81a9cf97 100644
--- a/install
+++ b/install
@@ -4,7 +4,7 @@ note() {
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
note 'To complete the installation, run:'