Skip to content

Commit

Permalink
Fix origin instance auto-create username issue
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu committed Oct 20, 2023
1 parent e8583f9 commit f998545
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cloudformation/antmedia-aws-autoscale-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f998545

Please sign in to comment.