mirror of https://github.com/perkeep/perkeep.git
use 3179 port for dev-server; for use with dev-camput, etc
This commit is contained in:
parent
a5bdaef70d
commit
73e4da3b08
|
@ -13,7 +13,7 @@ GetOptions("wipe" => \$opt_wipe)
|
|||
or usage();
|
||||
|
||||
my $port = shift;
|
||||
$port = "3202" unless defined($port);
|
||||
$port = "3179" unless defined($port);
|
||||
usage() unless $port =~ /^\d+$/;
|
||||
|
||||
system("./build.pl", "server/go/camlistored") and die "Failed to build camlistored";
|
||||
|
|
Loading…
Reference in New Issue