11 lines
247 B
Bash
11 lines
247 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/ninestat
|
||
|
|
||
|
scripts/ninestat-postservice-01.sh
|