diff options
Diffstat (limited to 'testing/rutorrent/rutorrent.pre-install')
-rw-r--r-- | testing/rutorrent/rutorrent.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rutorrent/rutorrent.pre-install b/testing/rutorrent/rutorrent.pre-install index 2d0c909c31..0d814556e4 100644 --- a/testing/rutorrent/rutorrent.pre-install +++ b/testing/rutorrent/rutorrent.pre-install @@ -1,4 +1,4 @@ #!/bin/sh -addgroup rutorrent 2>/dev/null +addgroup -S rutorrent 2>/dev/null exit 0 |