• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

domain scheduled tasks dont run

okay its permissions...

My scripts want to use commands that seem forbidden like date...

If I run them as root, they are owned by root :(

I tried su as root back to the domain owner but it fails.

Damn what a pain. I have to rewrite all my scripts to run as root, and then chown the files and reset the chcon as well :(

Why is this changed from plesk 9.x, they used to work.

Here is an example:

mkdir -p /var/www/vhosts/domain.com/httpdocs/images/archive/$(date +%F)

I changed to

mkdir -p httpdocs/images/archive/$(date +%F)

result:

/bin/mkdir: /bin/mkdir: cannot execute binary file


then tried (as root):

su - domainuser date

-: date: No such file or directory

:(
 
Back
Top