Created
March 24, 2019 20:36
-
-
Save alkanna/7777290984974466854d0cbde88f967e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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