Changeset 24332 for trunk/Nebulous-Server
- Timestamp:
- Jun 4, 2009, 3:40:03 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r24331 r24332 1989 1989 my $storage_filename = $self->_generate_storage_filename($key->path, $ins_id); 1990 1990 unless (-d $storage_path) { 1991 _retry(sub { mkpath( @_) }, $storage_path, 0, 0775)1991 _retry(sub { mkpath([$storage_path], 0, 0775) }) 1992 1992 or die "can't create storage path: $storage_path"; 1993 1993 }
Note:
See TracChangeset
for help on using the changeset viewer.
