From e1df31b61da765dc51e8be8ba2ae7811fb59ef9f Mon Sep 17 00:00:00 2001 From: Brian Flowers Date: Thu, 3 Nov 2016 21:19:55 -0400 Subject: [PATCH] Added purging of processor identifier file --- bin/bdsm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/bdsm.sh b/bin/bdsm.sh index 0e8a2fc..3eeec98 100755 --- a/bin/bdsm.sh +++ b/bin/bdsm.sh @@ -257,6 +257,7 @@ stop() processor="`basename /home/bdsm/pids/*.processor`" $config_path/processors/$processor stop + rm /home/bdsm/pids/*.processor i=`expr $i + 1` done -- 1.8.3.1