Skip to content

Commit

Permalink
Tidy up screen output during install
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlloyd committed Apr 5, 2016
1 parent 4f69ed1 commit 169d746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jmeter-ec2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,11 @@ function runsetup() {
echo

# Install test software
echo "running install.sh on $instance_count server(s)..."
echo -n "running install.sh on $instance_count server(s) (this can take several minutes)..."
for host in ${hosts[@]} ; do
(ssh -nq -o StrictHostKeyChecking=no \
-i "$PEM_PATH/$PEM_FILE" $USER@$host -p $REMOTE_PORT \
"$REMOTE_HOME/install.sh $REMOTE_HOME $attemptjavainstall $JMETER_VERSION"\
"$REMOTE_HOME/install.sh $REMOTE_HOME $attemptjavainstall $JMETER_VERSION 2>&1"\
> $project_home/$DATETIME-$host-install.out) &
done

Expand Down

0 comments on commit 169d746

Please sign in to comment.