From 099332712f36aecc9bdc259315b2b63befb60907 Mon Sep 17 00:00:00 2001 From: Brian Flowers Date: Sun, 18 Sep 2016 18:26:50 -0400 Subject: [PATCH] Fixing a typo --- bdsm.d/df.generic | 2 +- bdsm.d/sensors.generic | 2 +- bdsm.d/template.generic | 2 +- bdsm.d/vmstat.generic | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bdsm.d/df.generic b/bdsm.d/df.generic index 45dc9c2..0b499af 100755 --- a/bdsm.d/df.generic +++ b/bdsm.d/df.generic @@ -130,7 +130,7 @@ formatConfig() # SCRIPT START ############################################################################### -if [ ! -f /home/bdsm/.bsdm.conf.tmp ]; then +if [ ! -f /home/bdsm/.bdsm.conf.tmp ]; then formatConfig fi diff --git a/bdsm.d/sensors.generic b/bdsm.d/sensors.generic index e3a0973..7c943b7 100755 --- a/bdsm.d/sensors.generic +++ b/bdsm.d/sensors.generic @@ -144,7 +144,7 @@ formatConfig() # SCRIPT START ############################################################################### -if [ ! -f /home/bdsm/.bsdm.conf.tmp ]; then +if [ ! -f /home/bdsm/.bdsm.conf.tmp ]; then formatConfig fi diff --git a/bdsm.d/template.generic b/bdsm.d/template.generic index 4731fc7..3740fd1 100644 --- a/bdsm.d/template.generic +++ b/bdsm.d/template.generic @@ -104,7 +104,7 @@ formatConfig() # SCRIPT START ############################################################################### -if [ ! -f /home/bdsm/.bsdm.conf.tmp ]; then +if [ ! -f /home/bdsm/.bdsm.conf.tmp ]; then formatConfig fi diff --git a/bdsm.d/vmstat.generic b/bdsm.d/vmstat.generic index c67d765..f6f9f06 100755 --- a/bdsm.d/vmstat.generic +++ b/bdsm.d/vmstat.generic @@ -163,7 +163,7 @@ formatConfig() # SCRIPT START ############################################################################### -if [ ! -f /home/bdsm/.bsdm.conf.tmp ]; then +if [ ! -f /home/bdsm/.bdsm.conf.tmp ]; then formatConfig fi -- 1.8.3.1