We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de947cf + b0238d4 commit 383d66fCopy full SHA for 383d66f
1 file changed
store/gateway/bin/boot
@@ -83,7 +83,7 @@ else
83
fi
84
85
if ! radosgw-admin user info --uid=deis >/dev/null 2>&1 ; then
86
- radosgw-admin user create --uid=deis --display-name="Deis"
+ radosgw-admin user create --uid=deis --display-name="Deis" >/dev/null
87
88
89
radosgw-admin user info --uid=deis >/etc/ceph/user.json
0 commit comments