summaryrefslogtreecommitdiffstats
path: root/utils/domoticz/test.sh
blob: cdfc88703c3ca3523ed37a245ddfd3a14e689b7a (plain)
1
2
3
4
5
6
7
#!/bin/sh

case "$1" in
	domoticz)
		[ -x /usr/bin/domoticz ] || exit 1
		;;
esac