Skip to content

Commit

Permalink
Fix check for X.org.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
  • Loading branch information
lamby committed Aug 13, 2008
1 parent 838b726 commit a2abdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/live-bottom/20xconfig
Expand Up @@ -41,7 +41,7 @@ then
exit 0
fi

if [ -x /root/usr/bin/X ]
if [ ! -x /root/usr/bin/X ]
then
exit 0
fi
Expand Down

0 comments on commit a2abdf7

Please sign in to comment.