openvidu-deployment: replicate_amis.sh: Duplicated entries in AMI_LIST

pull/576/head
cruizba 2020-12-10 14:46:38 +01:00
parent 46299b3b88
commit 205272b356
1 changed files with 0 additions and 2 deletions

View File

@ -151,7 +151,6 @@ do
else
AMI_LIST="${AMI_LIST},${REGION}:${AMI_ID}"
fi
AMI_LIST="${AMI_LIST},${REGION}:${AMI_ID}"
ITER=$(expr $ITER + 1)
done
echo "AMI_LIST_OV: ${AMI_LIST}"
@ -168,7 +167,6 @@ do
else
AMI_LIST="${AMI_LIST},${REGION}:${AMI_ID}"
fi
AMI_LIST="${AMI_LIST},${REGION}:${AMI_ID}"
ITER=$(expr $ITER + 1)
done
echo "AMI_LIST_KMS: ${AMI_LIST}"