From 6d8ef8fec926424689985046d0df54f1cb32e416 Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 21 Aug 2010 14:07:17 +0000 Subject: [PATCH] last change --- hbd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbd b/hbd index 213b7f8..82bb4e4 100755 --- a/hbd +++ b/hbd @@ -1,5 +1,5 @@ #!/usr/bin/env python -# $Id: hbd,v 1.22 2010/08/21 12:35:37 andreas Exp $ +# $Id: hbd,v 1.23 2010/08/21 14:07:17 andreas Exp $ # Wait for heartbeat messages and act on them (or their absence) # import time, os, string, sys, socket, atexit, select, SocketServer, getopt, signal, cPickle @@ -656,5 +656,5 @@ if sig == signal.SIGHUP: pick.dump(msgs) pickf.close() - os.execv(sys.argv[0],cmdargs) + os.execv(sys.argv[0],sys.argv[0]+cmdargs)