Skip to content

Instantly share code, notes, and snippets.

@alkanna
Created March 24, 2019 20:36
Show Gist options
  • Save alkanna/7777290984974466854d0cbde88f967e to your computer and use it in GitHub Desktop.
Save alkanna/7777290984974466854d0cbde88f967e to your computer and use it in GitHub Desktop.
service ssh restart
awk 'NR==13 {$0="external_url \047http://192.168.99.107\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