Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 17077)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 17452)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004-2008  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.57 2008-03-21 01:24:36 jhoblitt Exp $
+# $Id: Server.pm,v 1.58 2008-04-18 02:07:06 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -1277,5 +1277,5 @@
         my $storage_filename = $self->_generate_storage_filename($key, $ins_id);
         unless (-d $storage_path) {
-            mkpath($storage_path)
+            mkpath($storage_path, 0, 0775)
                 or die "can't create storage path: $storage_path";
         }
