taengstagram / instagram-livestream-downloader

Instagram Live Stream Downloader
MIT License
119 stars 37 forks source link

Cron for 27/4 #20

Open HamedPC opened 6 years ago

HamedPC commented 6 years ago

Please read the following instructions carefully


Before submitting an issue, make sure you have:

Purpose of your issue:

i create bash file in linux

while true
do 
    livestream_dl -u "username" -p "password" "iguser"
    sleep 10
done

Just work in the terminal Open for shell i run sell it's okey . but in the crontab not work . crontab for minutes and reboot

NabiKAZ commented 6 years ago

What comes to my mind is to first check that your CronJobs file is run by Bash, not Jailshell or anotherting. That means SHELL=/bin/bash instead of something like SHELL=/usr/bin/jailshell there are in first of the conjob file. Then add this: MAILTO = "youremail@domain.com" to your conjob file; to the LOG and the reason why the script can not be run, sent to your email.