Changeset 763 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Apr 17, 2009, 9:18:04 PM (15 years ago)
Author:
Bruno Cornec
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.