Merge pull request #3 from ShadowKyogre/master

Add workaround for invalid MIT cookie
This commit is contained in:
Ghost1227 2012-07-16 06:59:41 -07:00
commit 434ddf6014

View File

@ -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