From a74ddc686687093a184ba10a83e25490628370a0 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 11 Aug 2020 11:25:43 +0200 Subject: [kiosk-chromium] SLX_BROWSER_RELOAD_SECS == 0 means OFF Not "reload all the time forever" --- .../kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/kiosk-chromium') 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 ba10aefa..6165e66c 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 @@ -97,7 +97,7 @@ if [ -z "$SLX_BROWSER_INTERACTIVE" ]; then fi -if [ -n "$SLX_BROWSER_RELOAD_SECS" ]; then +if [ -n "$SLX_BROWSER_RELOAD_SECS" ] && [ "$SLX_BROWSER_RELOAD_SECS" -gt 0 ]; then ( wid= wpid= -- cgit v1.2.3-55-g7522