Skip to content
Snippets Groups Projects
Commit 5166fede authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Use sudo -e to edit gitlab.rb

If you editor writes configuration or history files it is annoying to
use `sudo edit`, because some of the configuration files for the current
user may end up being owned by root. Using `sudo -e` avoids this
problem.
parent b48930f6
No related branches found
No related tags found
1 merge request!240Use `sudo -e` to edit gitlab.rb
Loading
Loading
@@ -73,7 +73,7 @@ platforms:
<div class="tab-step">
<p>Edit the configuration file to add your hostname</p>
<p>
<pre>sudo edit /etc/gitlab/gitlab.rb</pre>
<pre>sudo -e /etc/gitlab/gitlab.rb</pre>
</p>
</div>
 
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