mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
debian: fix typo in cephadm user gecos
Signed-off-by: Alexey Miasoedov <alexey.miasoedov@gmail.com>
This commit is contained in:
parent
d26b699a44
commit
7577b6385d
2
debian/cephadm.postinst
vendored
2
debian/cephadm.postinst
vendored
@ -25,7 +25,7 @@ case "$1" in
|
||||
# 1. create user if not existing
|
||||
if ! getent passwd | grep -q "^cephadm:"; then
|
||||
echo -n "Adding system user cephadm.."
|
||||
adduser --quiet --system --disabled-password --gecos 'Ceph-dameon user for cephadm' --shell /bin/bash cephadm 2>/dev/null || true
|
||||
adduser --quiet --system --disabled-password --gecos 'cephadm user for mgr/cephadm' --shell /bin/bash cephadm 2>/dev/null || true
|
||||
echo "..done"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user