Fixing a typo
authorBrian Flowers <git-admn@bsflowers.net>
Sun, 18 Sep 2016 22:26:50 +0000 (18:26 -0400)
committerBrian Flowers <git-admn@bsflowers.net>
Sun, 18 Sep 2016 22:26:50 +0000 (18:26 -0400)
bdsm.d/df.generic
bdsm.d/sensors.generic
bdsm.d/template.generic
bdsm.d/vmstat.generic

index 45dc9c2..0b499af 100755 (executable)
@@ -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
 
index e3a0973..7c943b7 100755 (executable)
@@ -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
 
index 4731fc7..3740fd1 100644 (file)
@@ -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
 
index c67d765..f6f9f06 100755 (executable)
@@ -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