crontab flushed (Voxel firmware)

1 post / 0 new
ky4k0b
ky4k0b's picture
crontab flushed (Voxel firmware)

Hi,

I've just moved from Kong to Voxel fw on my R7800. Everything's working fine now I'm trying to polish some final stuff

There's one line in crontabs

26 04 * * * streamboost update_fmn; streamboost auto_upload; streamboost auto_update && streamboost restart

When I add a line to crontab with "crontab -e"

* * * * * /root/godaddy.sh

something is overwriting it and remove my script from it. Unfortunately I cannot even check what prosess does it cause lsof outputs nothing:

root@R7800:~$ lsof  /var/spool/cron/crontabs/root
root@R7800:~$

can someone me assist with that? How can I add crontabs correctly?