Changeset 763


Ignore:
Timestamp:
04/17/09 21:18:04 (4 years ago)
Author:
bruno
Message:

chown pbaccount recursively from the home of the pbaccount, and not only in .ssh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r762 r763  
    21112111copy("\$ENV{'HOME'}/.ssh/authorized_keys","/home/$pbac->{$ENV{'PBPROJ'}}/.ssh/authorized_keys"); 
    21122112chmod 0600,".ssh/authorized_keys"; 
    2113 pb_system("chown -R $pbac->{$ENV{'PBPROJ'}}:$pbac->{$ENV{'PBPROJ'}} /home/$pbac->{$ENV{'PBPROJ'}}/.ssh","Finish setting up the SSH env for $pbac->{$ENV{'PBPROJ'}}"); 
     2113pb_system("chown -R $pbac->{$ENV{'PBPROJ'}}:$pbac->{$ENV{'PBPROJ'}} /home/$pbac->{$ENV{'PBPROJ'}}","Finish setting up the account env for $pbac->{$ENV{'PBPROJ'}}"); 
    21142114 
    21152115EOF 
Note: See TracChangeset for help on using the changeset viewer.