Files
notifications-api/scripts/aws_change_ownership.sh
2016-04-18 14:07:54 +01:00

6 lines
119 B
Bash
Executable File

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