git://git.slightlycyberpunk.com
/
bdsm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0be1ca6
)
Fixing miss in last commit
author
Brian Flowers
<git-admn@bsflowers.net>
Sun, 18 Sep 2016 22:55:11 +0000
(18:55 -0400)
committer
Brian Flowers
<git-admn@bsflowers.net>
Sun, 18 Sep 2016 22:55:11 +0000
(18:55 -0400)
bdsm.d/df.generic
patch
|
blob
|
history
diff --git
a/bdsm.d/df.generic
b/bdsm.d/df.generic
index
c28d6bc
..
a01a0c9
100755
(executable)
--- 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