Skip to content

Instantly share code, notes, and snippets.

@alkanna
Last active March 20, 2019 20:12
Show Gist options
  • Save alkanna/f8b99c699c1937b074a68eb48bd5f198 to your computer and use it in GitHub Desktop.
Save alkanna/f8b99c699c1937b074a68eb48bd5f198 to your computer and use it in GitHub Desktop.
service ssh restart
awk 'NR==13 {$0="external_url \047http://192.168.99.100\047"} 1' /etc/gitlab/gitlab.rb > tmpfile && mv tmpfile /etc/gitlab/gitlab.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment