Skip to content

Commit

Permalink
Fix sogo system user creation (extra)
Browse files Browse the repository at this point in the history
Missing file in commit 9dcc25a
  • Loading branch information
waptaff committed Jun 6, 2016
1 parent e711427 commit 5983c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/debian-multiarch/sogo.preinst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "$1" == "install" ] || [ "$1" == "upgrade" ]; then

getent group sogo >& /dev/null || groupadd -f -r sogo
if ! id sogo 1> /dev/null 2>&1; then
useradd -d /var/lib/sogo -g sogo -c "SOGo daemon" -s /usr/sbin/nologin -r sogo
useradd -d /var/lib/sogo -g sogo -c "SOGo daemon" -s /usr/sbin/nologin -r -g sogo sogo
fi

# create mandatory dirs and enforce owner+mode
Expand Down

0 comments on commit 5983c5c

Please sign in to comment.