Sirs,
Is there a secret to configuring my cron job to run a script on the server host, i.e.
/home/myusername/somepath/script.sh
where script.sh contains
which python > /home/myusername/file.out;
python /home/myusername/somepath/file.py
I've configured the job to run daily but it never seems to run! Is it simply a case that a by only having a free account I do not have this functionality available?
( Shell access is not available on a free account so I can't test the script execution - what could go wrong* )
Thanks & Regards
* - rhetorical :eek4:
Is there a secret to configuring my cron job to run a script on the server host, i.e.
/home/myusername/somepath/script.sh
where script.sh contains
which python > /home/myusername/file.out;
python /home/myusername/somepath/file.py
I've configured the job to run daily but it never seems to run! Is it simply a case that a by only having a free account I do not have this functionality available?
( Shell access is not available on a free account so I can't test the script execution - what could go wrong* )
Thanks & Regards
* - rhetorical :eek4: