Skip to content

Commit

Permalink
adding download of the root final service
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles committed Jan 26, 2025
1 parent 1c8a3f9 commit d169f24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/assets/shell/deployUserDataScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,11 @@ curl -o /etc/systemd/system/aws_deployment_failure.service \
curl -o /etc/systemd/system/aws_deployment_boot_scripts.service \
"https://raw.githubusercontent.com/MilesSystems/aws-deployment/${1}/.github/assets/service/aws_deployment_boot_scripts.service"

# Enable the failure service
# Download the finalization service that would toggle the lifecycle hook downloaded earlier
curl -o /etc/systemd/system/aws_deployment_root_finalize.service \
"https://raw.githubusercontent.com/MilesSystems/aws-deployment/${1}/.github/assets/service/aws_deployment_root_finalize.service"

# Allow the apache user to add files to the /etc/httpd/conf.d/ directory
chmod 777 /etc/httpd/conf.d/
ls -lah /etc/httpd/conf.d/

Expand Down

0 comments on commit d169f24

Please sign in to comment.