[deb/rpm] Remove extra multiline from rpm user creation (#86037)

This commit is contained in:
Jonathan Budzenski 2020-12-17 09:59:25 -06:00 committed by GitHub
parent 52f54e6043
commit 115cd570f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ case $1 in
--gid "<%= group %>" \
--shell /sbin/nologin \
--comment "kibana service user" \
"<%= user %>" \
"<%= user %>"
echo " OK"
fi