dev-cammount: make it start up again. needs auth env now.

Change-Id: If829a09f3fddee69ffb3839dfd8d0891e0862239
This commit is contained in:
Brad Fitzpatrick 2013-02-06 21:56:44 -08:00
parent 574a338910
commit 8d307d3e16
1 changed files with 1 additions and 0 deletions

View File

@ -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();