From: Brian Flowers Date: Sun, 18 Sep 2016 23:04:45 +0000 (-0400) Subject: Attempted fix in compatiblity checking X-Git-Url: http://git.slightlycyberpunk.com%2C%20git.slightlycyberpunk.com/git/?a=commitdiff_plain;h=2cd1abd40acaf2c27d58ae77020203457046baef;p=bdsm.git Attempted fix in compatiblity checking --- 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