View Single Post
Old 26th January 2017
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

Quote:
Originally Posted by jggimi View Post
$PATH is set in root's crontab. But you might find ftp(1) more useful, as it is built-in, does what wget is doing in this instance, and does not have a history of CVEs.
Thank you ..

Removed from PART2 fetch.script
Code:
wget
Added
Code:
ftp
Now everything works : )
Reply With Quote