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