changment || en && ligne 198
This commit is contained in:
parent
25ae243179
commit
b4bf2810b1
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue