summaryrefslogtreecommitdiffstats
path: root/remote/modules/dnbd3
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/dnbd3
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/dnbd3')
-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"