Skip to content
Snippets Groups Projects
Commit aa5eca47 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Make sure the public/uploads/ directory is created

[ci skip]
parent 569c4672
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -267,6 +267,9 @@ sudo usermod -aG redis git
sudo chmod -R u+rwX tmp/pids/
sudo chmod -R u+rwX tmp/sockets/
 
# Create the public/uploads/ directory
sudo -u git -H mkdir public/uploads/
# Make sure GitLab can write to the public/uploads/ directory
sudo chmod -R u+rwX public/uploads
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment