Skip to content

Commit

Permalink
chore(build): ensure nogroup does exist on the target
Browse files Browse the repository at this point in the history
Closes #62
  • Loading branch information
cad committed Mar 19, 2018
1 parent fc6ff58 commit 29fe7fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions bindata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions contrib/afterinstall.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
export USER="nobody"
export GROUP="nobody"
export GROUP="nogroup"
id -u $USER &>/dev/null || useradd $USER
id -u $GROUP &>/dev/null || useradd $GROUP
id -g $GROUP &>/dev/null || groudadd $GROUP

systemctl daemon-reload

0 comments on commit 29fe7fc

Please sign in to comment.