Files
notifications-api/scripts/aws_change_ownership.sh
2016-09-21 11:21:12 +01:00

9 lines
169 B
Bash
Executable File

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