diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-14 00:59:29 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:01 +0100 |
| commit | c6045b53fc6b53b69a80955b1555445a07ec9130 (patch) | |
| tree | 8a1a459b6700f8b580c7edaf1e122072528361e3 | |
| parent | 019c1f8d84f6eee21de9338faee03acf1505c4b5 (diff) | |
| download | live-boot-c6045b53fc6b53b69a80955b1555445a07ec9130.tar.gz live-boot-c6045b53fc6b53b69a80955b1555445a07ec9130.zip | |
Fix check for X.org.
| -rwxr-xr-x | scripts/live-bottom/20xconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/20xconfig b/scripts/live-bottom/20xconfig index 955032f..153732a 100755 --- a/scripts/live-bottom/20xconfig +++ b/scripts/live-bottom/20xconfig @@ -41,7 +41,7 @@ then exit 0 fi -if [ -x /root/usr/bin/X ] +if [ ! -x /root/usr/bin/X ] then exit 0 fi |
