Changeset 17452
- Timestamp:
- Apr 17, 2008, 4:07:06 PM (18 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r17077 r17452 1 1 Revision history for Nebulous 2 3 0.08 4 - set permissions on storage instance directories 2 5 3 6 0.07 -
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r17077 r17452 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.5 7 2008-03-21 01:24:36 jhoblitt Exp $3 # $Id: Server.pm,v 1.58 2008-04-18 02:07:06 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 1277 1277 my $storage_filename = $self->_generate_storage_filename($key, $ins_id); 1278 1278 unless (-d $storage_path) { 1279 mkpath($storage_path )1279 mkpath($storage_path, 0, 0775) 1280 1280 or die "can't create storage path: $storage_path"; 1281 1281 }
Note:
See TracChangeset
for help on using the changeset viewer.
