mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 10:42:25 -05:00
6 lines
119 B
Bash
6 lines
119 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Chown application to be owned by ubuntu"
|
||
|
|
cd /home/ubuntu/;
|
||
|
|
chown -R ubuntu:ubuntu notifications-api
|