aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ntopng
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ntopng')
-rwxr-xr-xtesting/ntopng/ntopng.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ntopng/ntopng.pre-install b/testing/ntopng/ntopng.pre-install
index 9af92bb5d7..0fea81baa7 100755
--- a/testing/ntopng/ntopng.pre-install
+++ b/testing/ntopng/ntopng.pre-install
@@ -1,6 +1,6 @@
#!/bin/sh
addgroup -S ntop 2>/dev/null
-adduser -S -h /var/lib/ntop -s /sbin/nologin -G ntop -H -D -g ntop ntop 2>/dev/null
+adduser -S -D -H -h /var/lib/ntop -s /sbin/nologin -G ntop -g ntop ntop 2>/dev/null
exit 0