From 62fefd0a227bfd4b7299c0f57dc148ffde76baf0 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Thu, 19 Sep 2013 16:55:58 -0400
Subject: [PATCH] [#30360] Fix hudson script

---
 hudson-sflphone-script.sh | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh
index 9b91df30c4..45350ab632 100755
--- a/hudson-sflphone-script.sh
+++ b/hudson-sflphone-script.sh
@@ -127,14 +127,14 @@ function build_daemon {
 }
 
 function build_gnome {
-    pushd daemon
+    #pushd daemon
     # Check if program is running
-    if [ "$(pidof sflphoned)"]
-    then
-      killall sflphoned
-    else
-      echo "sflphoned not running"
-    fi
+    #if [ "$(pidof sflphoned)"]
+    #then
+    #  killall sflphoned
+    #else
+    #  echo "sflphoned not running"
+    #fi
     #make distclean
 
     # Compile pjproject first
-- 
GitLab