diff options
Diffstat (limited to 'abs/extra/xbmc/xbmc.sh')
-rw-r--r-- | abs/extra/xbmc/xbmc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra/xbmc/xbmc.sh b/abs/extra/xbmc/xbmc.sh index 333c857..b073e5d 100644 --- a/abs/extra/xbmc/xbmc.sh +++ b/abs/extra/xbmc/xbmc.sh @@ -1,6 +1,6 @@ #!/bin/bash #Stop XScreensaver -stop_xss.sh +stop_xss.sh & #Launch XBMC /usr/bin/xbmc --lircdev /var/run/lirc/lircd #Once XBMC exits, start XSceensager again |