mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-01 06:30:56 -04:00
5 lines
147 B
Bash
Executable File
5 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Chown application to be owned by ubuntu"
|
|
cd /home/notify-app/;
|
|
chown -R notify-app:govuk-notify-applications notifications-admin |