From: Brian Flowers Date: Fri, 4 Nov 2016 01:19:55 +0000 (-0400) Subject: Added purging of processor identifier file X-Git-Url: http://git.slightlycyberpunk.com%2C%20git.slightlycyberpunk.com/git/?a=commitdiff_plain;h=e1df31b61da765dc51e8be8ba2ae7811fb59ef9f;p=bdsm.git Added purging of processor identifier file --- 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