Files
notifications-admin/scripts/aws_change_ownership.sh

5 lines
147 B
Bash
Raw Normal View History

#!/bin/bash
echo "Chown application to be owned by ubuntu"
cd /home/notify-app/;
chown -R notify-app:govuk-notify-applications notifications-admin