Fixed problem with setting wmbin when consolefirst

pull/3/head
Joseph R. Nosie 14 years ago committed by Ghost1227
parent 2e546b4655
commit 8ecb8ae5e4

@ -196,8 +196,12 @@ mainmenu() {
exec ${SHELL}
elif [[ ${wm} -eq ${halt} ]]; then
shutdownmenu
else
if $(checkyesno consolefirst); then
let wm=wm-countfrom-1
else
let wm=wm-countfrom
fi
wm_bin="${wmbinlist[${wm}]}"
xstart
fi

Loading…
Cancel
Save