diff options
Diffstat (limited to 'testing/drbd/drbd.initd')
-rw-r--r-- | testing/drbd/drbd.initd | 2 |
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 || { |