Fixed problem in selecting wmbin

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

@ -197,7 +197,7 @@ mainmenu() {
elif [[ ${wm} -eq ${halt} ]]; then
shutdownmenu
else
if $(checkyesno consolefirst); then
if $(checkyesno consolefirst) && $(checkyesno allowconsole); then
let wm=wm-countfrom-1
else
let wm=wm-countfrom

Loading…
Cancel
Save