#!/bin/sh

if [ -x /usr/bin/rt-repeat-ticket-5 ]; then
    /usr/bin/rt-repeat-ticket-5 > /dev/null 2>&1
else
    exit 0
fi
