makefile: run-authd doesn't force password file path anymore.
This commit is contained in:
parent
89fcc401a7
commit
313f832471
1 changed files with 4 additions and 1 deletions
5
makefile
5
makefile
|
@ -25,7 +25,10 @@ setup:
|
||||||
@[ -f $(PASSWORD_FILE) ] || echo -n "coucou" > $(PASSWORD_FILE)
|
@[ -f $(PASSWORD_FILE) ] || echo -n "coucou" > $(PASSWORD_FILE)
|
||||||
|
|
||||||
DATA_DIRECTORY ?= /tmp/DATA-AUTHD
|
DATA_DIRECTORY ?= /tmp/DATA-AUTHD
|
||||||
run-authd: setup
|
run-authd:
|
||||||
|
./bin/authd -R -E --storage $(DATA_DIRECTORY)
|
||||||
|
|
||||||
|
test-authd: setup
|
||||||
./bin/authd -k $(PASSWORD_FILE) -R -E --storage $(DATA_DIRECTORY)
|
./bin/authd -k $(PASSWORD_FILE) -R -E --storage $(DATA_DIRECTORY)
|
||||||
|
|
||||||
# First user always is the admin.
|
# First user always is the admin.
|
||||||
|
|
Loading…
Add table
Reference in a new issue