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