Skip to content

Commit

Permalink
chore(build): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cad committed Jul 13, 2018
1 parent 9d7415e commit 73798c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/afterinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
export USER="nobody"
export GROUP="nogroup"
id -u $USER &>/dev/null || useradd $USER
id -g $GROUP &>/dev/null || groudadd $GROUP
id -g $GROUP &>/dev/null || groupadd $GROUP

systemctl daemon-reload

0 comments on commit 73798c4

Please sign in to comment.