Last active
March 20, 2019 20:12
-
-
Save alkanna/f8b99c699c1937b074a68eb48bd5f198 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.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