Skip to content
Snippets Groups Projects
Commit ec4eec10 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed permissions issue.

parent 7aa3773d
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,10 @@ set -e
# Set proper permissions to the log dir
chown rosetta:rosetta /var/log/webapp
# Create and set proper permissions to the data/resources
# Create and set proper permissions to the data/resources and shared dir
mkdir -p /data/resources
chown rosetta:rosetta /data/resources
chown rosetta:rosetta /shared
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment