summaryrefslogtreecommitdiffstats
path: root/remote/modules/dnbd3/data/opt/openslx/scripts
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-29 17:15:59 +0100
committerSimon Rettberg2013-11-29 17:15:59 +0100
commit6f51f81d3f25df98a292ba740fe15b52f3635c15 (patch)
treeb823f5cbaa4b1bf5a4731ce3a5b034298b1420cd /remote/modules/dnbd3/data/opt/openslx/scripts
parentReworking busybox config and included tools (diff)
parent[diverse modules] data dir: Changes shebangs to /bin/ash (diff)
downloadtm-scripts-6f51f81d3f25df98a292ba740fe15b52f3635c15.tar.gz
tm-scripts-6f51f81d3f25df98a292ba740fe15b52f3635c15.tar.xz
tm-scripts-6f51f81d3f25df98a292ba740fe15b52f3635c15.zip
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/dnbd3/data/opt/openslx/scripts')
-rwxr-xr-xremote/modules/dnbd3/data/opt/openslx/scripts/systemd-setup_dnbd32
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/dnbd3/data/opt/openslx/scripts/systemd-setup_dnbd3 b/remote/modules/dnbd3/data/opt/openslx/scripts/systemd-setup_dnbd3
index d41fe57e..c6e9d982 100755
--- a/remote/modules/dnbd3/data/opt/openslx/scripts/systemd-setup_dnbd3
+++ b/remote/modules/dnbd3/data/opt/openslx/scripts/systemd-setup_dnbd3
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/ash
if ! insmod /lib/modules/dnbd3/dnbd3.ko; then
slxlog "dnbd3-kernel" "Error loading dnbd3 client kernel module"