summaryrefslogtreecommitdiffstats
path: root/remote/modules/debug
diff options
context:
space:
mode:
authorChristian Rößler2013-11-29 17:16:05 +0100
committerChristian Rößler2013-11-29 17:16:05 +0100
commit9c57fcca89bb9d7a62b2a2ba339bd3005beebf69 (patch)
tree337caefe10feb7368c1843e18abe75be1e176cf2 /remote/modules/debug
parent[systemd] Env variables added for kmod compiling/linking when no kmod in system. (diff)
downloadtm-scripts-9c57fcca89bb9d7a62b2a2ba339bd3005beebf69.tar.gz
tm-scripts-9c57fcca89bb9d7a62b2a2ba339bd3005beebf69.tar.xz
tm-scripts-9c57fcca89bb9d7a62b2a2ba339bd3005beebf69.zip
[diverse modules] data dir: Changes shebangs to /bin/ash
Diffstat (limited to 'remote/modules/debug')
-rwxr-xr-xremote/modules/debug/data/addon-init2
-rwxr-xr-xremote/modules/debug/data/opt/openslx/bin/debug_report2
-rwxr-xr-xremote/modules/debug/data/opt/openslx/scripts/systemd-debug_udevd_logger2
3 files changed, 3 insertions, 3 deletions
diff --git a/remote/modules/debug/data/addon-init b/remote/modules/debug/data/addon-init
index bcccb23b..e83c21ba 100755
--- a/remote/modules/debug/data/addon-init
+++ b/remote/modules/debug/data/addon-init
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/ash
systemctl daemon-reload
systemctl start debug-shell.service
diff --git a/remote/modules/debug/data/opt/openslx/bin/debug_report b/remote/modules/debug/data/opt/openslx/bin/debug_report
index 2c3aabe4..4cdfae4e 100755
--- a/remote/modules/debug/data/opt/openslx/bin/debug_report
+++ b/remote/modules/debug/data/opt/openslx/bin/debug_report
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/ash
TOOLS="
journalctl
diff --git a/remote/modules/debug/data/opt/openslx/scripts/systemd-debug_udevd_logger b/remote/modules/debug/data/opt/openslx/scripts/systemd-debug_udevd_logger
index 8b772517..fb04d568 100755
--- a/remote/modules/debug/data/opt/openslx/scripts/systemd-debug_udevd_logger
+++ b/remote/modules/debug/data/opt/openslx/scripts/systemd-debug_udevd_logger
@@ -1,2 +1,2 @@
-#!/bin/sh
+#!/bin/ash
/usr/bin/udevadm monitor | /usr/bin/logger