Commit 6e3db9a5 authored by bgondy's avatar bgondy

Adding sudo before sudo rm -rf /tmp/gitolite-admin (root privileges needed)

parent 0a3874f6
......@@ -41,4 +41,4 @@ sudo chmod -R g+rwX /home/git/repositories/
sudo chown -R git:git /home/git/repositories/
sudo -u gitlab -H git clone git@localhost:gitolite-admin.git /tmp/gitolite-admin
rm -rf /tmp/gitolite-admin
sudo rm -rf /tmp/gitolite-admin
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