From: Brian Flowers Date: Sun, 18 Sep 2016 22:26:50 +0000 (-0400) Subject: Fixing a typo X-Git-Url: http://git.slightlycyberpunk.com%2C%20git.slightlycyberpunk.com/git/?a=commitdiff_plain;h=099332712f36aecc9bdc259315b2b63befb60907;p=bdsm.git Fixing a typo --- 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