diff options
Diffstat (limited to 'testing/ntopng/ntopng.pre-install')
-rwxr-xr-x | testing/ntopng/ntopng.pre-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/ntopng/ntopng.pre-install b/testing/ntopng/ntopng.pre-install index 2386dc80698..9af92bb5d7d 100755 --- a/testing/ntopng/ntopng.pre-install +++ b/testing/ntopng/ntopng.pre-install @@ -1,4 +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 + exit 0 |