digitalec / deemon

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

Cron cannot find the install location #106

Closed mon5termatt closed 8 months ago

mon5termatt commented 8 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 8 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 8 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.