mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
nixos/tahoe: fixup create-introducer, syntax regression from 90acbe5
This commit is contained in:
parent
d82fa7f915
commit
72f85b9e07
@ -243,7 +243,7 @@ in
|
||||
preStart = ''
|
||||
if [ ! -d ${lib.escapeShellArg nodedir} ]; then
|
||||
mkdir -p /var/db/tahoe-lafs
|
||||
tahoe create-introducer "${lib.escapeShellArg nodedir}
|
||||
tahoe create-introducer "${lib.escapeShellArg nodedir}"
|
||||
fi
|
||||
|
||||
# Tahoe has created a predefined tahoe.cfg which we must now
|
||||
|
Loading…
Reference in New Issue
Block a user