mise à niveau proxy et asset

This commit is contained in:
2020-11-13 13:31:09 +01:00
parent 7ec78a2a70
commit 1348555264
251 changed files with 134986 additions and 584 deletions

View File

@ -1,6 +0,0 @@
#!/bin/bash
# Si besoin export des valeurs de HTTP_PROXY et HTTPS_PROXY
%if %%activer_proxy_client == 'oui'
export HTTP_PROXY="%%proxy_client_adresse:%%proxy_client_port"
export HTTPS_PROXY="%%proxy_client_adresse:%%proxy_client_port"
%end if