summaryrefslogtreecommitdiffstats
path: root/modules.d/dnbd3-rootfs/module-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/dnbd3-rootfs/module-setup.sh')
-rwxr-xr-xmodules.d/dnbd3-rootfs/module-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/dnbd3-rootfs/module-setup.sh b/modules.d/dnbd3-rootfs/module-setup.sh
index 14b0fb81..92d1d2f0 100755
--- a/modules.d/dnbd3-rootfs/module-setup.sh
+++ b/modules.d/dnbd3-rootfs/module-setup.sh
@@ -132,7 +132,7 @@ install() {
# xlosetup
local xlosetup_build_path="${moddir}/binaries/xloop/build/src/utils/sys-utils/xlosetup"
if [ -f "$xlosetup_build_path" ]; then
- inst "$xlosetup_build_path}" /usr/local/bin/xlosetup
+ inst "$xlosetup_build_path" /usr/local/bin/xlosetup
fi
local xloop_udev_rule="${moddir}/binaries/xloop/src/kernel/udev/50-xloop.rules"
if [ -f "$xloop_udev_rule" ]; then