NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
PatrikL
Oct 12, 2011Aspirant
Not getting cron to work
I've tried to get a script (importing torrent files from rss) executed once an hour by simply placing it in cron.hourly but nothing whatsoever happens. The script executes well manually when I'm logge...
sphardy1
Oct 13, 2011Apprentice
replace the #!/usr/bin/env python with just #!/usr/bin/python
But #!/usr/bin/python is what the OP tried first and is failing - and the use of #!/usr/bin/env python was the workaround the OP then tried afterwards
It does not appear to be path/environment related as calling the script from a bourne shell works fine, so it seems to be that #!/usr/bin/python is not being interpreted properly
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!