summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/stop_xss.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-16 20:23:51 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-16 20:23:51 (GMT)
commit13db4e5f492412b8127322169ffc8e75c3ea4ef4 (patch)
tree4a858c8c9a461b654e8c46af18500c558aaf3194 /abs/core/LinHES-system/stop_xss.sh
parente0e80fb41248e5691afdcda5f34ec8364d3c2c5f (diff)
downloadlinhes_pkgbuild-13db4e5f492412b8127322169ffc8e75c3ea4ef4.zip
linhes_pkgbuild-13db4e5f492412b8127322169ffc8e75c3ea4ef4.tar.gz
linhes_pkgbuild-13db4e5f492412b8127322169ffc8e75c3ea4ef4.tar.bz2
LinHES-system: stop_xss.sh: google-chrome replaces chromium
Diffstat (limited to 'abs/core/LinHES-system/stop_xss.sh')
-rwxr-xr-xabs/core/LinHES-system/stop_xss.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/stop_xss.sh b/abs/core/LinHES-system/stop_xss.sh
index 4bb9d1a..b03169b 100755
--- a/abs/core/LinHES-system/stop_xss.sh
+++ b/abs/core/LinHES-system/stop_xss.sh
@@ -3,7 +3,7 @@
while [ 1=1 ];
do
- if [ "$(pidof chromium)" -o "$(pidof huludesktop)" -o "$(pidof xbmc.bin)" ]
+ if [ "$(pidof google-chrome)" -o "$(pidof huludesktop)" -o "$(pidof xbmc.bin)" ]
then
xscreensaver-command -deactivate
fi