Hi there, I want to setup cronjob using curl
as example
curl --silent https://website.com/export-txt.php > /home/cyberpanel/public_html/output.txt
I have tested that command directly via terminal and its working
but somehow I set it on cronjob and it did not work
is it need to use using different command to use in cronjob?
Oh anyway, I install cyberpanel on VPS Ubuntu 20.04
Thank you in advance