Files
notifications-api/scripts/aws_change_ownership.sh

9 lines
169 B
Bash
Raw Normal View History

#!/bin/bash
2016-09-20 11:49:01 +01:00
set -eo pipefail
2016-09-20 11:49:01 +01:00
echo "Chown application to be owned by notify-app"
cd /home/notify-app/;
chown -R notify-app:govuk-notify-applications notifications-api