]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
buildspy: Sometimes some information get lost.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Nov 2008 21:37:49 +0000 (21:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Nov 2008 21:37:49 +0000 (21:37 +0000)
tools/make-buildspy

index dfd5d664e122596c843a5d2bb18825f2d1facc32..021350ab49cd32ea0d38e2349cbee7686058b7e1 100755 (executable)
@@ -47,7 +47,7 @@ if [ "$(basename $0)" == "make-buildspy" ]; then
                [ -n "$DATA" ] && \
                        wget -q -O /dev/null --user-agent="${NAME}BuildSpy/${VERSION}" \
                                --post-data="action=set&uuid=${UUID}${DATA}" \
-                               http://build.ipfire.org/rpc.py
+                               http://build.ipfire.org/rpc.py &
 
                [ -e $BASEDIR/.running ] || break
                sleep 10