mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Change ownership of app to ubuntu on deploy
This commit is contained in:
5
scripts/aws_change_ownership.sh
Executable file
5
scripts/aws_change_ownership.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Chown application to be owned by ubuntu"
|
||||
cd /home/ubuntu/;
|
||||
chown ubuntu:ubuntu notifications-admin
|
||||
Reference in New Issue
Block a user