Check locale before init
This commit is contained in:
parent
205c7ca425
commit
5a6669a5fc
3 changed files with 9 additions and 2 deletions
|
@ -9,3 +9,6 @@
|
|||
name = "Hactarus"
|
||||
email = "hactarus.git@cresi.be"
|
||||
{{end}}
|
||||
|
||||
[alias]
|
||||
pushdev = !git push --set-upstream origin "`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`:dev/{{ .Env.USER }}/`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`"
|
|
@ -23,5 +23,4 @@ Host ansible
|
|||
Host node*
|
||||
User root
|
||||
Port 16843
|
||||
IdentityFile ~/.ssh/node
|
||||
{{ .os.Hostname }}
|
||||
IdentityFile ~/.ssh/ed25519
|
Loading…
Add table
Add a link
Reference in a new issue