eolisation

This commit is contained in:
2020-05-11 17:03:33 +02:00
parent b4f9ebf327
commit 59cd54b6d3
10 changed files with 194 additions and 2 deletions

6
tmpl/schedule-proxy.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/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