Files
notifications-admin/scripts/aws_change_ownership.sh
2015-12-17 11:01:57 +00:00

6 lines
118 B
Bash
Executable File

#!/bin/bash
echo "Chown application to be owned by ubuntu"
cd /home/ubuntu/;
chown ubuntu:ubuntu notifications-admin