summaryrefslogtreecommitdiffstats
path: root/core/modules/kiosk-common
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/kiosk-common')
-rwxr-xr-xcore/modules/kiosk-common/data/opt/openslx/scripts/kiosk-launch4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/kiosk-common/data/opt/openslx/scripts/kiosk-launch b/core/modules/kiosk-common/data/opt/openslx/scripts/kiosk-launch
index 263ff855..d98bc981 100755
--- a/core/modules/kiosk-common/data/opt/openslx/scripts/kiosk-launch
+++ b/core/modules/kiosk-common/data/opt/openslx/scripts/kiosk-launch
@@ -31,8 +31,8 @@ fi
# any mess left around by failed attempts below
#
#### Don't fork anything into background after this point
-#
-declare -rg BASE_JOBS="$(jobs -p)"
+# Convert \n to spaces using echo
+declare -rg BASE_JOBS="$( echo $(jobs -p) )"
kill_jobs() {
local j