mirror of https://github.com/perkeep/perkeep.git
website: run.pl: add dirtrees.go
Change-Id: I8dd932d99d66025498b7a815f2117534b369a858
This commit is contained in:
parent
f1c5a12085
commit
0e52cee398
|
@ -17,7 +17,7 @@ print STDERR "Running camweb in $Bin on port 8080\n";
|
|||
my $in_prod = -e "$HOME/etc/ssl.key"; # heuristic. good enough.
|
||||
|
||||
my @args;
|
||||
push @args, "go", "run", "camweb.go", "logging.go", "godoc.go", "format.go";
|
||||
push @args, "go", "run", "camweb.go", "logging.go", "godoc.go", "format.go", "dirtrees.go";
|
||||
push @args, "--http=:8080";
|
||||
push @args, "--root=$Bin";
|
||||
push @args, "--logdir=$logdir";
|
||||
|
|
Loading…
Reference in New Issue