summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2011-03-15 15:30:03 -0400
committerSteve Dickson <steved@redhat.com>2011-03-15 15:30:03 -0400
commit60dc3a51c822ae5a0434ce405439e5663be3124d (patch)
tree711d37f2c721b4cf1c30981e6e09199d53b4bf38
parent7dc25482bdba67b498f58f3db1e2e3d0f31a9a0b (diff)
downloadcthon04-60dc3a51c822ae5a0434ce405439e5663be3124d.tar.gz
cthon04-60dc3a51c822ae5a0434ce405439e5663be3124d.tar.xz
cthon04-60dc3a51c822ae5a0434ce405439e5663be3124d.zip
Added back the backgrounding of the processes
Signed-off-by: Steve Dickson <steved@redhat.com>
-rwxr-xr-xruncthon2
1 files changed, 1 insertions, 1 deletions
diff --git a/runcthon b/runcthon
index ee4182e..517ab7f 100755
--- a/runcthon
+++ b/runcthon
@@ -67,7 +67,7 @@ sec=$5
if [ $cnt -gt 0 ]; then
sudo umount $mnt/nfsv$vers$proto
fi
- )
+ ) &
}
umountall()
{