aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ntopng/ntopng.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ntopng/ntopng.pre-install')
-rwxr-xr-xtesting/ntopng/ntopng.pre-install6
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/ntopng/ntopng.pre-install b/testing/ntopng/ntopng.pre-install
deleted file mode 100755
index 0fea81baa7..0000000000
--- a/testing/ntopng/ntopng.pre-install
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-addgroup -S 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