mirror of
https://github.com/ceph/ceph
synced 2025-01-28 14:03:21 +00:00
rpm: Remove trailing whitespace in usermod command (SUSE)
Trailing whitespace after the backslash on the -d line of the usermod command effectively splits it in two, breaking the rpm %pre script for SUSE builds. Signed-off-by: Tim Serong <tserong@suse.com>
This commit is contained in:
parent
c5ec1cfe1a
commit
8e1b308849
@ -903,7 +903,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
|
||||
|
Loading…
Reference in New Issue
Block a user