Skip to content

Commit

Permalink
Merge pull request #118 from cmeiklejohn/patch-1
Browse files Browse the repository at this point in the history
Fix typo in debian post-install.
  • Loading branch information
jaredmorrow committed Feb 24, 2012
2 parents 8f3b50e + 6945337 commit abf8478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/deb/postinst
Expand Up @@ -13,7 +13,7 @@ if ! getent group riak >/dev/null; then
addgroup --system riak
fi

# create raiak user
# create riak user
if ! getent passwd riak >/dev/null; then
adduser --ingroup riak --home /var/lib/riak --disabled-password \
--system --shell /bin/bash --no-create-home \
Expand Down

0 comments on commit abf8478

Please sign in to comment.