Add case for handling the Invalid MIT cookie or something.

pull/3/head
ShadowKyogre 12 years ago
parent 1df217f0a5
commit c4b831f919

@ -128,6 +128,8 @@ else
elif [[ $dpyinfo = No\ protocol\ specified* ]]; then
# Display is in use by another user
let display=display+1
elif [[ $dpyinfo = Invalid\ MIT* ]];then
let display=display+1
else
break
fi

Loading…
Cancel
Save