From 076936ddd05afa6f051db6ec864e3676f2f0f4bc Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 5 Nov 2009 22:50:42 +0000 Subject: [PATCH] not everything can be done in parallel... Signed-off-by: Mark Hymers --- config/debian/cron.dinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 99be3a6f..e3c6f4e6 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -273,7 +273,7 @@ GO=( ARGS="" ERR="" ) -stage $GO & +stage $GO GO=( FUNC="mpfm" -- GitLab