mirror of https://github.com/perkeep/perkeep.git
dev-cammount: make it start up again. needs auth env now.
Change-Id: If829a09f3fddee69ffb3839dfd8d0891e0862239
This commit is contained in:
parent
574a338910
commit
8d307d3e16
|
@ -22,6 +22,7 @@ mkdir $dir, 0700 unless -d $dir;
|
|||
|
||||
try_unmount();
|
||||
print "Mounting on $dir ...\n";
|
||||
$ENV{"CAMLI_AUTH"} = "userpass:camlistore:pass3179";
|
||||
system("$cammount", "--server=http://localhost:3179/bs", $dir, @blobref_arg)
|
||||
and warn "cammount failure: $!\n";
|
||||
warn "Failed to unmount\n" unless try_unmount();
|
||||
|
|
Loading…
Reference in New Issue