Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cronjob OpenELEC 6 in Raspberry Pi2 #4904

Open
Luiscvi opened this issue Apr 8, 2016 · 1 comment
Open

Cronjob OpenELEC 6 in Raspberry Pi2 #4904

Luiscvi opened this issue Apr 8, 2016 · 1 comment

Comments

@Luiscvi
Copy link

Luiscvi commented Apr 8, 2016

I want to run this command in cron job does not work, any help?
(everyday at 18:00) /storage/hyperion/bin/hyperion-remote.sh --priority 1 --color black
(every day at 22:30) /storage/hyperion/bin/hyperion-remote.sh --priority 1 --clearall

i try this but no work
step1
step 1

step2
step 2

@stefansaraev
Copy link
Contributor

what you added to crontab. is a script that is supposed to be run from shell directly. not a valid crontab!

jusr use

01 18 * * * hyperion-remote --clearall
01 22 * * * hyperion-remote --color black -p 1

btw this dev bugtracker is used for bugreports only, use forums if you need any support/help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants