diff --git a/lib/profile.d/git-ssh.userconf b/lib/profile.d/git-ssh.userconf index d887ff2..62e2ca5 100644 --- a/lib/profile.d/git-ssh.userconf +++ b/lib/profile.d/git-ssh.userconf @@ -1,4 +1,4 @@ # -*- 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 -export GIT_SSH=mssh +#export GIT_SSH=mssh diff --git a/mssh b/mssh index cd301e2..a69b3db 100755 --- a/mssh +++ b/mssh @@ -18,7 +18,7 @@ function match_network() { array_copy includes "${network}_INCLUDES" array_copy excludes "${network}_EXCLUDES" array_copy domains "${network}_DOMAINS" - + if ipcalc_checkip "$ip" >/dev/null; then for spec in "${excludes[@]}"; do if ipcalc_match "$ip" "$spec"; then