changment || en && ligne 198

This commit is contained in:
lseys 2020-10-12 10:32:02 +02:00
parent 25ae243179
commit b4bf2810b1
1 changed files with 1 additions and 1 deletions

View File

@ -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"