diff options
Diffstat (limited to 'community/sword/sword.pre-install')
-rwxr-xr-x | community/sword/sword.pre-install | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/community/sword/sword.pre-install b/community/sword/sword.pre-install index d8abdb59bf..2ebce6d564 100755 --- a/community/sword/sword.pre-install +++ b/community/sword/sword.pre-install @@ -1,3 +1,6 @@ #!/bin/sh + echo "Adding 'sword' group for installing SWORD modules systemwide" -addgroup -S sword 2>/dev/null >&2 || true +addgroup -S sword 2>/dev/null + +exit 0 |