• 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.

Resolved plesk bin command in cronjob?

F.Mueller

New Pleskian
is it possible to use the plesk utility in a cronjob?
cron environment setting is /bin/bash but i get an error that plesk command is not found.
 
Have you added the fully qualified path to the command,
for example not
# plesk bin ...
but
# /usr/sbin/plesk bin ...
?
 
Back
Top