Fixed problem with setting wmbin when consolefirst

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

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

Loading…
Cancel
Save