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 elif [[ ${wm} -eq ${halt} ]]; then
shutdownmenu shutdownmenu
else else
let wm=wm-countfrom if $(checkyesno consolefirst); then
let wm=wm-countfrom-1
else
let wm=wm-countfrom
fi
wm_bin="${wmbinlist[${wm}]}" wm_bin="${wmbinlist[${wm}]}"
xstart xstart
fi fi

Loading…
Cancel
Save