Files
notifications-admin/scripts/aws_change_ownership.sh
T

6 lines
121 B
Bash
Raw Normal View History

2015-12-17 11:01:57 +00:00
#!/bin/bash
echo "Chown application to be owned by ubuntu"
cd /home/ubuntu/;
2016-01-06 09:40:53 +00:00
chown -R ubuntu:ubuntu notifications-admin