in reply to Perl Script works when i run in terminal, not via cron
Usually because the $PATH is different under cron. Try using full path names in the system call.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Script works when i run in terminal, not via cron
by flieckster (Scribe) on Apr 02, 2019 at 01:47 UTC | |
|
Re^2: Perl Script works when i run in terminal, not via cron
by flieckster (Scribe) on Apr 02, 2019 at 01:43 UTC |