nixos/services/tahoe: Work around awkward command.
This commit is contained in:
parent
46a522698e
commit
de4c9e0d15
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ in
|
|||
preStart = ''
|
||||
if [ \! -d ${nodedir} ]; then
|
||||
mkdir -p /var/db/tahoe-lafs
|
||||
tahoe create-node ${nodedir}
|
||||
tahoe create-node --hostname=localhost ${nodedir}
|
||||
fi
|
||||
|
||||
# Tahoe has created a predefined tahoe.cfg which we must now
|
||||
|
|
Loading…
Reference in a new issue