diff options
Diffstat (limited to 'scripts/live-bottom/21xdriver')
| -rwxr-xr-x | scripts/live-bottom/21xdriver | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/live-bottom/21xdriver b/scripts/live-bottom/21xdriver index 7a16589..075a53e 100755 --- a/scripts/live-bottom/21xdriver +++ b/scripts/live-bottom/21xdriver @@ -25,6 +25,11 @@ then exit 0 fi +if [ ! -x /root/usr/bin/X ] +then + exit 0 +fi + . /scripts/live-functions log_begin_msg "Configuring X video driver" |
