aboutsummaryrefslogtreecommitdiffstats
path: root/testing/drbd/drbd.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-18 17:42:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-18 17:45:01 +0000
commit2d36899e096c47d1e7508545ba6ff19f10dd8002 (patch)
tree87bd456b76109aa4e639615fd75bbe45ebb9447e /testing/drbd/drbd.initd
parent557d41047260aa802f841e1b79da59a33eee04f7 (diff)
downloadaports-2d36899e096c47d1e7508545ba6ff19f10dd8002.tar.bz2
aports-2d36899e096c47d1e7508545ba6ff19f10dd8002.tar.xz
testing/drbd: fix echo in init.d script
Diffstat (limited to 'testing/drbd/drbd.initd')
-rw-r--r--testing/drbd/drbd.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/drbd/drbd.initd b/testing/drbd/drbd.initd
index c94c5645c2..26dab09431 100644
--- a/testing/drbd/drbd.initd
+++ b/testing/drbd/drbd.initd
@@ -60,7 +60,7 @@ adjust_with_progress() {
if echo $CMD | grep -q disk; then echo -n "d$D "; D=$(( D+1 ));
elif echo $CMD | grep -q syncer; then echo -n "s$S "; S=$(( S+1 ));
elif echo $CMD | grep -q net; then echo -n "n$N "; N=$(( N+1 ));
- else echo echo -n ".. ";
+ else echo -n ".. ";
fi
IFS=$IFS_O
$CMD || {