Hedgar
03/22/2022, 6:32 PMpipenv shell prefect agent local start
inside a sh script which I hands over to crontab like this 07 18 * * 1-5 bash startagent.sh
this works for sometime but suddenly stop saying it can't find or recognize those commandsKevin Kho
03/22/2022, 6:44 PMHedgar
03/22/2022, 8:21 PMprefect agent local start
Kevin Kho
03/22/2022, 8:27 PMHedgar
03/22/2022, 8:40 PM/bin/sh: permission denied
Under the cronjob code is 07 18 * * 1-5 bash /home/ec2-user/startagent.sh