digitalec / deemon

Monitor specified artists for new releases
GNU General Public License v3.0
174 stars 15 forks source link

Cron cannot find the install location #106

Closed mon5termatt closed 5 months ago

mon5termatt commented 6 months ago

/bin/sh: 1: /root/.local/bin/deemon: not found

i feel like this is something simple but i just copied the example file from the docs

digitalec commented 5 months ago

If you're getting not found, then deemon is not installed there. I would run which deemon and copy the output for cron.

mon5termatt commented 5 months ago

If you're getting not found, then deemon is not installed there. I would run which deemon and copy the output for cron.

Will do.