diff options
Diffstat (limited to 'scripts/live-bottom/21xvidemode')
| -rwxr-xr-x | scripts/live-bottom/21xvidemode | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/live-bottom/21xvidemode b/scripts/live-bottom/21xvidemode index e1c1d46..24116e9 100755 --- a/scripts/live-bottom/21xvidemode +++ b/scripts/live-bottom/21xvidemode @@ -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 modes" |
