main menu MMDVMHost fix

pull/12/head
Tom Early 7 years ago
parent 12991c13c2
commit 9ce996f08b

@ -560,7 +560,7 @@ while [[ "$ans" != q* ]]; do
fi fi
if [ -e "${MMPATH}/MMDVMHost" ] && [ $nmmdvm -gt 0 ]; then if [ -e "${MMPATH}/MMDVMHost" ] && [ $nmmdvm -gt 0 ]; then
if [[ "${MMDVMState[0]}" != 'EMPTY' ]] || [[ "${MMDVMState[1]}" != 'EMPTY' ]] || [[ "${MMDVMState[2]}" != 'EMPTY' ]]; then if [[ "${MMDVMState[0]}" != 'EMPTY' ]] || [[ "${MMDVMState[1]}" != 'EMPTY' ]] || [[ "${MMDVMState[2]}" != 'EMPTY' ]]; then
if [[ "${MMDVMState[0]}" == 'not installed' ]] || [[ "${MMDVMState[1]}" != 'not installed' ]] || [[ "${MMDVMState[2]}" != 'not installed' ]]; then if [[ "${MMDVMState[0]}" == 'not installed' ]] || [[ "${MMDVMState[1]}" == 'not installed' ]] || [[ "${MMDVMState[2]}" == 'not installed' ]]; then
echo "im : Install MMDVMHost(s)" echo "im : Install MMDVMHost(s)"
else else
echo "um : Uninstall MMDVMHost(s)" echo "um : Uninstall MMDVMHost(s)"

Loading…
Cancel
Save

Powered by TurnKey Linux.