taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit a93a91a0603a848e9d1de200e3b5ae74bbdcb1f8
parent c7468b230e2c22a2c53ce95eb6f33f8bf2a53bbd
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 18 Jan 2018 15:57:04 +0100

fix race

Diffstat:
Mbin/taler-log-adapter | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/taler-log-adapter b/bin/taler-log-adapter @@ -30,6 +30,8 @@ import time def handler(signum, frame): if p: os.kill(p.pid, signal.SIGINT) + else: + sys.exit(-1) def touchp(path): dir = os.path.dirname(path)