martomi / chiadog

A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
MIT License
457 stars 121 forks source link

Script Notifier #66

Closed akeslo closed 3 years ago

akeslo commented 3 years ago

Describe the bug

I cannot get the script notifier to work properly, receiving the below error, can you please share a sample script?

[ ERROR] --- Failed to send events over script: [Errno 8] Exec format error: '/Users/user1/Desktop/chiadog/restart_farm.sh' (notify_manager.py:64)

Environment:

martomi commented 3 years ago

There's a sample script here: https://github.com/martomi/chiadog/blob/main/tests/test_script.sh Does that work for you?

akeslo commented 3 years ago

Yes, I was missing #!/bin/bash

Thank you!!