From 8d307d3e16791d14afefb89f3fe42d662d4826e6 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 6 Feb 2013 21:56:44 -0800 Subject: [PATCH] dev-cammount: make it start up again. needs auth env now. Change-Id: If829a09f3fddee69ffb3839dfd8d0891e0862239 --- dev-cammount | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-cammount b/dev-cammount index e0afa46cf..b4bb23e8f 100755 --- a/dev-cammount +++ b/dev-cammount @@ -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();