Fixing miss in last commit
authorBrian Flowers <git-admn@bsflowers.net>
Sun, 18 Sep 2016 22:55:11 +0000 (18:55 -0400)
committerBrian Flowers <git-admn@bsflowers.net>
Sun, 18 Sep 2016 22:55:11 +0000 (18:55 -0400)
bdsm.d/df.generic

index c28d6bc..a01a0c9 100755 (executable)
@@ -135,7 +135,7 @@ if [ ! -f /home/bdsm/.bdsm.conf.tmp ]; then
 fi
 
 # Get a list of configured hosts
-C
+hosts=($(cat /home/bdsm/.bdsm.conf.tmp | cut -d'{' -f1))
 
 if [ -z $1 ]; then
   help