• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

cron for user not working

onlinesolutions

Basic Pleskian
Hi there,

I am having trouble to get crons for the user to work:

/usr/bin/wget --no-check-certificate -O - -q https://domain.com/cron

returns a "file not found" appearently it looks in the chroot of that user, not the root directory. How do I get around this?
 
Thanks for the response

I did find the other thread you are refering to. There is a bug howver in the manual.

/usr/local/psa/admin/bin/server_pref -u -crontab-secure-shell /bin/shell is not correct it´s
/usr/local/psa/bin/server_pref -u -crontab-secure-shell /bin/shell

Just in case someone fram paralles is reading this.

Thanks again!
 
Back
Top