#!/bin/sh

if grep "DISABLE_CRON_JOBS = True" /etc/wcs/settings.d/*; then
	exit 0
fi

if [ -d /var/lib/wcs/*tm* ]
then
	sudo -u wcs python3 /usr/lib/publik/clients/toulouse/import-puce-coved.py
fi
