mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
add missing cleanup step
This commit is contained in:
@ -195,6 +195,12 @@ sudo rm -R tmp
|
||||
sudo -u git -H mkdir 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
|
||||
sudo reboot
|
||||
|
||||
|
Reference in New Issue
Block a user