From 8c1c507248eb1eca4c8fd1a8aaefc532c9ca1363 Mon Sep 17 00:00:00 2001 From: Brian Flowers Date: Sun, 18 Sep 2016 18:55:11 -0400 Subject: [PATCH] Fixing miss in last commit --- bdsm.d/df.generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdsm.d/df.generic b/bdsm.d/df.generic index c28d6bc..a01a0c9 100755 --- a/bdsm.d/df.generic +++ b/bdsm.d/df.generic @@ -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 -- 1.8.3.1