ne pas activer git-ssh.userconf par défaut
This commit is contained in:
parent
5061d4b6e4
commit
42c6fa6218
|
@ -1,4 +1,4 @@
|
||||||
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||||||
|
|
||||||
# Spécifier le client SSH à utiliser pour git
|
# Spécifier le client SSH à utiliser pour git
|
||||||
export GIT_SSH=mssh
|
#export GIT_SSH=mssh
|
||||||
|
|
2
mssh
2
mssh
|
@ -18,7 +18,7 @@ function match_network() {
|
||||||
array_copy includes "${network}_INCLUDES"
|
array_copy includes "${network}_INCLUDES"
|
||||||
array_copy excludes "${network}_EXCLUDES"
|
array_copy excludes "${network}_EXCLUDES"
|
||||||
array_copy domains "${network}_DOMAINS"
|
array_copy domains "${network}_DOMAINS"
|
||||||
|
|
||||||
if ipcalc_checkip "$ip" >/dev/null; then
|
if ipcalc_checkip "$ip" >/dev/null; then
|
||||||
for spec in "${excludes[@]}"; do
|
for spec in "${excludes[@]}"; do
|
||||||
if ipcalc_match "$ip" "$spec"; then
|
if ipcalc_match "$ip" "$spec"; then
|
||||||
|
|
Loading…
Reference in New Issue