#!/bin/sh

if [ -f /usr/local/etc/emulab/initscripts/tbprepare ]; then
    exec /usr/local/etc/emulab/initscripts/tbprepare stop
fi

exit 0
