mirror of https://github.com/dirtbags/moth.git
We don't need to create users
This commit is contained in:
parent
50656d2da3
commit
393960c12e
2
Makefile
2
Makefile
|
@ -58,8 +58,6 @@ install: base-install $(INSTALL_TARGETS)
|
|||
|
||||
|
||||
base-install:
|
||||
id $(USERNAME) || useradd --system --shell /bin/false --home $(VAR) \
|
||||
--comment "Capture The Flag" $(USERNAME)
|
||||
install --directory $(LIB) $(BIN) $(SBIN)
|
||||
install --directory --owner=$(USERNAME) $(VAR)
|
||||
install --directory --owner=$(USERNAME) $(WWW)
|
||||
|
|
Loading…
Reference in New Issue