diff --git a/ubuntu-et-variantes-integrdom.sh b/ubuntu-et-variantes-integrdom.sh index 494b508..dccd4d4 100644 --- a/ubuntu-et-variantes-integrdom.sh +++ b/ubuntu-et-variantes-integrdom.sh @@ -195,7 +195,7 @@ fi ####################################################### #Paramétrage des paramètres Proxy pour tout le système ####################################################### -if [[ "$ip_proxy" != "" ]] || [[ $port_proxy != "" ]] ; then +if [[ "$ip_proxy" != "" ]] && [[ $port_proxy != "" ]] ; then echo "Paramétrage du proxy $ip_proxy:$port_proxy"