forked from lix-project/lix
parent
3e5dbb2433
commit
ad716378dc
|
@ -94,11 +94,13 @@ static void query(std::pair<FdSink, FdSource> & pipes)
|
||||||
int main(int argc, char * * argv)
|
int main(int argc, char * * argv)
|
||||||
{
|
{
|
||||||
return handleExceptions(argv[0], [&]() {
|
return handleExceptions(argv[0], [&]() {
|
||||||
initNix();
|
|
||||||
|
|
||||||
if (argc < 2)
|
if (argc < 2)
|
||||||
throw UsageError("download-via-ssh requires an argument");
|
throw UsageError("download-via-ssh requires an argument");
|
||||||
|
|
||||||
|
initNix();
|
||||||
|
|
||||||
|
settings.update();
|
||||||
|
|
||||||
if (settings.sshSubstituterHosts.empty())
|
if (settings.sshSubstituterHosts.empty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue