diff options
Diffstat (limited to 'testing/knot/knot.pre-install')
-rw-r--r-- | testing/knot/knot.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/knot/knot.pre-install b/testing/knot/knot.pre-install index 57bc7044f7..82be3a69ac 100644 --- a/testing/knot/knot.pre-install +++ b/testing/knot/knot.pre-install @@ -1,6 +1,6 @@ #!/bin/sh addgroup -S knot 2>/dev/null -adduser -s /sbin/nologin -G knot -S -D -H knot 2>/dev/null +adduser -S -s /sbin/nologin -G knot -D -H knot 2>/dev/null exit 0 |