Commit b3153549 authored by Robert Schilling's avatar Robert Schilling

Merge pull request #7744 from bbodenmiller/patch-14

add missing cleanup step
parents bf01c789 cec3b6c3
...@@ -195,6 +195,12 @@ sudo rm -R tmp ...@@ -195,6 +195,12 @@ sudo rm -R tmp
sudo -u git -H mkdir tmp sudo -u git -H mkdir tmp
sudo chmod -R u+rwX tmp/ sudo chmod -R u+rwX tmp/
# create directory for pids, make sure GitLab can write to it
sudo -u git -H mkdir tmp/pids/
sudo chmod -R u+rwX tmp/pids/
# if you are already running a newer version of GitLab check that installation guide for other tmp folders you need to create
# reboot system # reboot system
sudo reboot sudo reboot
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment