IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17452


Ignore:
Timestamp:
Apr 17, 2008, 4:07:06 PM (18 years ago)
Author:
jhoblitt
Message:

set permissions on storage instance directories

Location:
trunk/Nebulous-Server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r17077 r17452  
    11Revision history for Nebulous
     2
     30.08
     4    - set permissions on storage instance directories
    25
    360.07
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r17077 r17452  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.57 2008-03-21 01:24:36 jhoblitt Exp $
     3# $Id: Server.pm,v 1.58 2008-04-18 02:07:06 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    12771277        my $storage_filename = $self->_generate_storage_filename($key, $ins_id);
    12781278        unless (-d $storage_path) {
    1279             mkpath($storage_path)
     1279            mkpath($storage_path, 0, 0775)
    12801280                or die "can't create storage path: $storage_path";
    12811281        }
Note: See TracChangeset for help on using the changeset viewer.