Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowKyogre committed Jul 17, 2012
1 parent c4b831f commit d0a3ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cdm
Expand Up @@ -273,9 +273,9 @@ xstart() {
fi

if $(checkyesno loginshell); then
nohup bash --login -c "startx $wm_bin -- ${serverargs}" &> /dev/null &
setsid bash --login -c "startx $wm_bin -- ${serverargs}" &> /dev/null &
else
nohup startx $wm_bin -- ${serverargs} &> /dev/null &
setsid startx $wm_bin -- ${serverargs} &> /dev/null &
fi

if [[ -n $clockpid ]]; then
Expand Down

0 comments on commit d0a3ae0

Please sign in to comment.