Changeset 24333
- Timestamp:
- Jun 4, 2009, 3:46:49 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
r24332 r24333 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], 1, 0775) }) 1992 1992 or die "can't create storage path: $storage_path"; 1993 1993 }
Note:
See TracChangeset
for help on using the changeset viewer.
