aboutsummaryrefslogtreecommitdiff
path: root/net/nebula/test.sh
blob: 8acfa8346406477ab7991a581345a80ca34fe15c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

case "$1" in
	nebula|nebula-cert) "/usr/sbin/${1}" -version 2>&1 | grep "$2"; return $?;;
	nebula-proto) grep 'readonly PKG_VERSION=' /lib/netifd/proto/nebula.sh 2>&1 | grep "$2"; return $?;;
#	nebula-service) "/etc/init.d/nebula" version 2>&1 | grep "$2"; return $?;;
	nebula-service) return 0;;
esac