11 lines
253 B
Bash
11 lines
253 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
%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
|
||
|
|
||
|
cd /var/www/html/cadolesuser
|
||
|
|
||
|
scripts/cadolesuser-postservice-01.sh
|