summaryrefslogtreecommitdiffstats
path: root/core/modules/kiosk-chromium
diff options
context:
space:
mode:
authorJonathan Bauer2020-08-17 15:09:35 +0200
committerJonathan Bauer2020-08-17 15:09:35 +0200
commit2726a613c4da1cde34f9da1725c62a9caa0fda0c (patch)
treefbb34c239889d77db4f2a2fcb0afe78f0f9adb2e /core/modules/kiosk-chromium
parent[rootfs-stage31] fix awk regex for fbsplash (diff)
downloadmltk-2726a613c4da1cde34f9da1725c62a9caa0fda0c.tar.gz
mltk-2726a613c4da1cde34f9da1725c62a9caa0fda0c.tar.xz
mltk-2726a613c4da1cde34f9da1725c62a9caa0fda0c.zip
[kiosk-chromium] remove weird space
Diffstat (limited to 'core/modules/kiosk-chromium')
-rw-r--r--core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium b/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium
index 6165e66c..cf9246a8 100644
--- a/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium
+++ b/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium
@@ -121,7 +121,7 @@ if [ -n "$SLX_BROWSER_RELOAD_SECS" ] && [ "$SLX_BROWSER_RELOAD_SECS" -gt 0 ]; th
exit 0
fi
current_idle="$(idle-daemon --send 'get :0' | grep -oP '(?<=idleSeconds=)[0-9]+')"
- if [ "$current_idle " -ge "$SLX_BROWSER_RELOAD_SECS" ]; then
+ if [ "$current_idle" -ge "$SLX_BROWSER_RELOAD_SECS" ]; then
xdotool windowactivate "$wid"
xdotool key Alt+Home
sleep 10