I have been trying to set up a cron job to run a bash script every 30 minutes on a Linux-based compute cluster. The problem is that some functions normally available in my shell are not available to the cron job, causing it to crash. I import all my environment variables (including the ~/.bashrc) but no luck, so I am
Tag: cron-task
Directory: Is a directory
I’ve set up a cron job to run a Python script to scrape some web pages. /etc/crontab However, the emails are informing me that… /bin/bash: /usr/bin: Is a directory When I manually run the script, it pipes data into my database, but when the cron job executes the script, nothing… What does the /bin/bash: /usr/bin: Is a directory message allude
Parameter passing with usr/bin/php p in cron jobs
I have a problem with cron task creating. I created the task, and its working just fine on my server if I run the following command: At the crontab I use the following command: If I run this command, I only get the symfony commands list. In other words, it looks the same as if I type in just php