summaryrefslogtreecommitdiffstats
path: root/testModule/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'testModule/hooks')
-rwxr-xr-xtestModule/hooks/pre-mount.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testModule/hooks/pre-mount.sh b/testModule/hooks/pre-mount.sh
index 86fe94bf..5a93aef3 100755
--- a/testModule/hooks/pre-mount.sh
+++ b/testModule/hooks/pre-mount.sh
@@ -6,8 +6,8 @@ else
export PRE_MOUNT_READY=true
warn '............PRE-MOUNT.............'
insmod /usr/lib/modules/3.10.0-229.1.2.el7.x86_64/extra/dnbd3.ko
- local dnbd3_device_node="$(dnbd3-client -h 132.230.4.1 -i stage4/torben/test \
- -r 1 -d /dev/dnbd0)"
+ local dnbd3_device_node="$(dnbd3-client -h 132.230.4.1 -i \
+ stage4/torben/test -r 1 -d /dev/dnbd0)"
# NOTE: Out comment this line if you need more than on dnbd0 device and
# determine it automatically.
dnbd3_device_node=/dev/dnbd0