From 4ec294e979c069a39298d53e67d40fa1b2aa10ee Mon Sep 17 00:00:00 2001 From: Gabes Jean Date: Thu, 17 Mar 2011 16:23:20 +0100 Subject: [PATCH] Fix : (Reported by : Julien Toscano) bad launch with bin/launch_all.sh --- THANKS | 4 +++- bin/launch_all.sh | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/THANKS b/THANKS index 1e0b38b..51a4849 100644 --- a/THANKS +++ b/THANKS @@ -26,4 +26,6 @@ To Laurent Guyon, our best bug hunter :) To Alan Brenner for his SSL core for the NRPE module To Venelin Petkov for this bug report about missing customs on services To Papp Tamas for his bug report of bad python version under ubuntu (and debian) -To Rémi BUISSON for his bug report about bad etc/default/shinken file :) \ No newline at end of file +To Rémi BUISSON for his bug report about bad etc/default/shinken file :) +To Julien Toscano for his bug report about bad launch_all.sh launch. + diff --git a/bin/launch_all.sh b/bin/launch_all.sh index 77ed652..d97ef81 100755 --- a/bin/launch_all.sh +++ b/bin/launch_all.sh @@ -1,8 +1,9 @@ #!/bin/bash DIR=$(cd $(dirname "$0"); pwd) -echo $DIR +echo "Going to dir" $DIR +cd $DIR $DIR/launch_scheduler.sh $DIR/launch_poller.sh -- 2.11.4.GIT