cdm-xlaunch: again fix the background process issue.

pull/26/head
Casper Ti. Vector 11 years ago
parent cf9c480864
commit 0cc83fe4f1

@ -82,7 +82,7 @@ fi
if $altstartx; then
# Alternative method of calling setsid(/startx) for systems that are unresponsive to the 'normal' call.
(setsid startx "$@" > /dev/null 2>&1) &
(setsid startx "$@" > /dev/null 2>&1 &)
else
setsid startx "$@" > /dev/null 2>&1 &
fi

Loading…
Cancel
Save