#!/bin/sh
if [ ! -f /etc/crontabs/root ] || [ "$(cat /etc/crontabs/root | grep omr-schedule)" = "" ]; then
echo "* * * * * /bin/omr-schedule" >> /etc/crontabs/root
fi