#!/bin/sh
if docker ps | grep -q 'kanboard$'; then
docker exec kanboard /srv/kanboard/cli cronjob >/dev/null
fi