mirror of https://github.com/perkeep/perkeep.git
Fixing dev-server for shared environment
Change-Id: I9133afb303ffd398a93b3ba1e9e0f41869124469
This commit is contained in:
parent
dc69d53aae
commit
0ffdf29f8a
|
@ -26,7 +26,7 @@ unless ($opt_nobuild) {
|
|||
system("./build.pl", "clients/go/camdbinit") and die "Failed to build camdbinit";
|
||||
}
|
||||
|
||||
my $root = "/tmp/camliroot/port$port/";
|
||||
my $root = "/tmp/camliroot-$ENV{USER}/port$port/";
|
||||
if ($opt_wipe && -d $root) {
|
||||
print "Wiping $root\n";
|
||||
system("rm", "-rf", $root) and die "Failed to wipe $root.\n";
|
||||
|
|
Loading…
Reference in New Issue