From 2cd1abd40acaf2c27d58ae77020203457046baef Mon Sep 17 00:00:00 2001 From: Brian Flowers Date: Sun, 18 Sep 2016 19:04:45 -0400 Subject: [PATCH] Attempted fix in compatiblity checking --- bdsm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdsm.sh b/bdsm.sh index f177dc7..0a52faf 100755 --- a/bdsm.sh +++ b/bdsm.sh @@ -329,7 +329,7 @@ configure() error "$service plugin not found!" fi - if [ "`/home/bdsm/bdsm.d/$serviceFile compatible`" -eq 1 ]; then + if [ "`/home/bdsm/bdsm.d/$serviceFile compatible $host`" -eq "1" ]; then availServices+=($service) fi done -- 1.8.3.1