From fca0f585780127dba2564de6741d2de9a5e59fb4 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Mon, 16 Nov 2015 22:02:59 +0100 Subject: [PATCH] Change order --- example/diameter/launcher/resources/scripts/clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/diameter/launcher/resources/scripts/clone.sh b/example/diameter/launcher/resources/scripts/clone.sh index c6560f3..815a5a7 100755 --- a/example/diameter/launcher/resources/scripts/clone.sh +++ b/example/diameter/launcher/resources/scripts/clone.sh @@ -167,8 +167,8 @@ fi timestamp_begin=$(echo "scale=3 ; $(date '+%s') + $(date '+%N') / 1000000000" | bc) children_before=$(children) offset=0 -echo "Please be patient, this may take a while ..." $OPERATION "test|clear" +echo "Please be patient, this may take a while ..." for group in `seq 1 $((N_GROUPS+1))` do n_begin=$((CLONE_SEQ_BEGIN + offset)) -- 2.20.1