2016-01-07 15:28:21 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2016-09-20 11:49:01 +01:00
|
|
|
set -eo pipefail
|
2016-07-04 16:17:07 +01:00
|
|
|
|
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
|