Several bug fixes, read changelog for details.

pull/3/head
Ghost1227 15 years ago
parent 760ff8acf8
commit 28ef4a44b7

@ -114,8 +114,6 @@ mainmenu() {
menu=$(echo -ne "${menu} ${halt} Shutdown ")
fi
echo "halt=${halt} console=${console} wm='${wm}'" > ~/cdm.tmp
# Override dialog display if only one option is available
if [[ ${allowconsole} != "yes" ]] && [[ ${allowshutdown} != "yes" ]] && [[ ${#wmdisplist[@]} == 1 ]]; then
wm=${wmbinlist[@]}

Loading…
Cancel
Save