summaryrefslogtreecommitdiffstats
path: root/core/modules/slxbrowser/data/opt/openslx/lightdm/autologin.d/00-check-slxbrowser
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/slxbrowser/data/opt/openslx/lightdm/autologin.d/00-check-slxbrowser')
-rw-r--r--core/modules/slxbrowser/data/opt/openslx/lightdm/autologin.d/00-check-slxbrowser10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/modules/slxbrowser/data/opt/openslx/lightdm/autologin.d/00-check-slxbrowser b/core/modules/slxbrowser/data/opt/openslx/lightdm/autologin.d/00-check-slxbrowser
deleted file mode 100644
index 4fe45c02..00000000
--- a/core/modules/slxbrowser/data/opt/openslx/lightdm/autologin.d/00-check-slxbrowser
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/ash
-# This file is SOURCED
-
-# Kiosk mode?
-if [ -n "$SLX_BROWSER_URL" ]; then
- exec /opt/openslx/scripts/kiosk-launch
-fi
-
-true
-