Can confirm that -
/bin/rm -rf /var/www/vhosts/DOMAIN.com/public_html/temporary/*
and
/bin/rm -rf /var/www/vhosts/DOMAIN.com/public_html/temporary/*.jpg
Deletes all files or only *.jpg ...
Thank you.|
I still can't get this working via the Schedule a Task in Plesk.. Is it not possible?
Tried
/bin/rm -rf /public_html/temporary/*
rm -f /public_html/temporary/*
Any other suggestions? As the other poster mentioned there is no log output except success, but files are not deleting.
And I also...