#!/bin/sh
if [ ! -d /targets ]; then
    stop --quiet n900-fmrx-enabler
fi
#killall n900-fmrx-enabler
true

