#!/bin/bash MESSAGE="Trying to stop `hostname` B.E." /usr/bin/func "*" call msg display "$MESSAGE" & sudo /sbin/sv stop mythbackend MESSAGE="`hostname` B.E. stopped" /usr/bin/func "*" call msg display "$MESSAGE" &