From f9985453fe89cc8bca19a938b8ea85333bfe03f0 Mon Sep 17 00:00:00 2001 From: murat Date: Fri, 20 Oct 2023 15:59:23 +0300 Subject: [PATCH] Fix origin instance auto-create username issue --- cloudformation/antmedia-aws-autoscale-template.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cloudformation/antmedia-aws-autoscale-template.yaml b/cloudformation/antmedia-aws-autoscale-template.yaml index 685dbc7f..45b08e5a 100644 --- a/cloudformation/antmedia-aws-autoscale-template.yaml +++ b/cloudformation/antmedia-aws-autoscale-template.yaml @@ -533,8 +533,6 @@ Resources: Fn::Base64: !Sub | #!/bin/bash touch /usr/local/antmedia/conf/initialized - wget https://raw.githubusercontent.com/ant-media/Scripts/master/init.sh -O /usr/local/antmedia/conf/init.sh - sed -i 's/$INSTANCE_ID/${DashboardPassword}/g' /usr/local/antmedia/conf/init.sh apt-get update apt-get install -y python3-pip apt-get install -y python3-setuptools