#!/bin/sh if [ -n "`/opt/bin/pidof ctcs`" ]; then /opt/bin/killall ctcs 2>/dev/null fi exit 0