Skip to content

Commit

Permalink
Merge pull request ceph#10707 from SUSE/wip-fix-suse-usermod
Browse files Browse the repository at this point in the history
rpm: Remove trailing whitespace in usermod command (SUSE)

Reviewed-by: Nathan Cutler <[email protected]>
  • Loading branch information
liewegas committed Nov 3, 2016
2 parents 40ba752 + 8e1b308 commit 1014850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ if ! getent passwd ceph >/dev/null ; then
useradd ceph $CEPH_USER_ID_OPTION -r -g ceph -s /sbin/nologin 2>/dev/null || :
fi
usermod -c "Ceph storage service" \
-d %{_localstatedir}/lib/ceph \
-d %{_localstatedir}/lib/ceph \
-g ceph \
-s /sbin/nologin \
ceph
Expand Down

0 comments on commit 1014850

Please sign in to comment.