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