Changeset 8268 for lang/perl/Archer/trunk
- Timestamp:
- 03/22/08 14:24:45 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Archer/trunk/lib/Archer/Plugin/Exec/Remote.pm
r3667 r8268 7 7 my ($self, $cmd, $args) = @_; 8 8 9 my $real_command = "sudo -u $self->{config}->{user} ssh $self->{server} $cmd"; 9 my $real_command = "ssh $self->{server} $cmd"; 10 $real_command = "sudo -u $self->{config}->{user} $real_command" if $self->{config}->{user}; 10 11 $self->log(debug => "real execute: $real_command"); 11 12
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)