remove PATH from cron script
This commit is contained in:
		@ -2,7 +2,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# aircox daily tasks:
 | 
					# aircox daily tasks:
 | 
				
			||||||
# - diffusions monitoring for the current month
 | 
					# - diffusions monitoring for the current month
 | 
				
			||||||
export PATH="/srv/apps/aircox/venv/bin"
 | 
					 | 
				
			||||||
cd /srv/app/aircox/
 | 
					cd /srv/app/aircox/
 | 
				
			||||||
scripts/launch_in_venv ./manage.py diffusions_monitor --update --clean --check --mode auto
 | 
					scripts/launch_in_venv ./manage.py diffusions_monitor --update --clean --check --mode auto
 | 
				
			||||||
# - diffusions monitoring for the next month
 | 
					# - diffusions monitoring for the next month
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user