Skip to content
Snippets Groups Projects
Commit 62fefd0a authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#30360] Fix hudson script

parent 6b928689
No related branches found
No related tags found
No related merge requests found
...@@ -127,14 +127,14 @@ function build_daemon { ...@@ -127,14 +127,14 @@ function build_daemon {
} }
function build_gnome { function build_gnome {
pushd daemon #pushd daemon
# Check if program is running # Check if program is running
if [ "$(pidof sflphoned)"] #if [ "$(pidof sflphoned)"]
then #then
killall sflphoned # killall sflphoned
else #else
echo "sflphoned not running" # echo "sflphoned not running"
fi #fi
#make distclean #make distclean
# Compile pjproject first # Compile pjproject first
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment