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