mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
6 lines
118 B
Bash
6 lines
118 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Chown application to be owned by ubuntu"
|
||
|
|
cd /home/ubuntu/;
|
||
|
|
chown ubuntu:ubuntu notifications-admin
|