Cron Job after upgrading

Hello,
After upgrading from 3.3.9 to 3.5.0, cron job stopped working.
Ancient version I used this command (plesk):
sh: /var/www/vhosts/sa.eng.br/public_html/seila.com.br/lists/bin/phplist: No such file or directory

And now, I see that /bin/ directory does not exist…

So, what is the cronjob command to work with new release ?

Thanks

Renzo Grosso

@renzogr phplist does not have a /lists/bin directory, so you must have created it yourself. It is probably better to place such a directory outside of the web root, so that it is not affected by an upgrade.

Thanks Duncanc.
Let me see if I got it right: I have to create /bin directory ?
And what is the right cronjob to process queue for the new version ?

Thakns again

@renzogr the online manual has examples of cron job commands https://www.phplist.org/manual/books/phplist-manual/

Also the phplist zip file has a bin directory but it is outside the web root.