From 5dce9b8b4338d011a83fc56d1e6eb21f92a9da6f Mon Sep 17 00:00:00 2001 From: Ghost1227 Date: Sun, 24 Jan 2010 20:43:38 -0600 Subject: [PATCH] Removed sleep, race condition fixed --- src/cdm | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cdm b/src/cdm index 835821b..8dd6e3e 100755 --- a/src/cdm +++ b/src/cdm @@ -255,8 +255,5 @@ xstart() { nohup startx $wm_bin -- ${serverargs} &> /dev/null & fi fi - # There's some kind of race condition: - # despite the nohup, if we exit too quickly the session is killed. - sleep 2 } mainmenu