in reply to Re: scp fails in cronjob - open3 error
in thread scp fails in cronjob - open3 error
So I then added the lineaplpha:/# which scp /usr/local/bin/scp
So the second line from the top, with the $ENV defined and the script still doesn't work? I get the same error. Is my path defined properly? Papai#!/usr/bin/perl $ENV{'PATH'} = "/usr/local/bin/scp:".$ENV{'PATH'};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: scp fails in cronjob - open3 error
by papai (Novice) on Jun 26, 2008 at 15:56 UTC |