diff options
Diffstat (limited to 'main/logcheck')
-rw-r--r-- | main/logcheck/logcheck.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/logcheck/logcheck.pre-install b/main/logcheck/logcheck.pre-install index 61f3c23ece..b0f2a83972 100644 --- a/main/logcheck/logcheck.pre-install +++ b/main/logcheck/logcheck.pre-install @@ -1,5 +1,5 @@ #!/bin/sh -addgroup logcheck 2>/dev/null +addgroup -S logcheck 2>/dev/null adduser -S -H -h /dev/null -s /sbin/nologin -D -G logcheck logcheck 2>/dev/null exit 0 |