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:
Tim Serong 2016-08-12 21:30:53 +10:00
parent c5ec1cfe1a
commit 8e1b308849

View File

@ -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