File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,15 +51,16 @@ Resources:
5151 git checkout ${GitRef}
5252 echo 'AWS_STACK=${AWS::StackId}' | sudo tee -a /etc/environment
5353 echo 'AWS_REGION=${AWS::Region}' | sudo tee -a /etc/environment
54+ chmod +x ./prepare_scripts/*.sh
55+ chmod +x ./*.sh
5456 if [ "${CacheMediaFilesArgs}" != "__disabled__" ]; then
5557 if [ "${CacheMediaFilesArgs}" = "__enabled__" ]; then
5658 ./prepare_scripts/download_mediafiles.sh > /var/log/download_mediafiles.log 2>&1
5759 else
5860 ./prepare_scripts/download_mediafiles.sh ${CacheMediaFilesArgs} > /var/log/download_mediafiles.log 2>&1
5961 fi
6062 fi
61- chmod +x ./prepare_scripts/*.sh
62- chmod +x ./*.sh
63+ mv /opt/openvidu-loadtest/browser-emulator/prepare_scripts/mediafiles/* /opt/openvidu-loadtest/browser-emulator/mediafiles/
6364 ./prepare_scripts/install_base.sh > /var/log/install.log 2>&1
6465 echo "@reboot cd /opt/openvidu-loadtest/browser-emulator && /usr/bin/docker compose -f docker-compose.yml up -d --build > /var/log/docker_compose_reboot.log 2>&1" | crontab -u ubuntu -
6566 apt-get install -y python3-pip linux-aws-edge
You can’t perform that action at this time.
0 commit comments