Skip to content

Commit

Permalink
fix symlink to /home/git/data/uploads directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Apr 23, 2014
1 parent 267fff4 commit 4493a1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

**latest**
- fix symlink to uploads directory

**6.8.1**
- upgrade to gitlab-ce 6.8.1

Expand Down
1 change: 1 addition & 0 deletions assets/setup/install
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ sudo -u git -H mkdir -p tmp/pids/ tmp/sockets/
chmod -R u+rwX log tmp

# create symlink to uploads directory
rm -rf public/uploads
sudo -u git -H ln -s /home/git/data/uploads public/uploads

# create symlink to backups directory
Expand Down

0 comments on commit 4493a1a

Please sign in to comment.