ninegate/tmpl/ninegate-postservice-00.sh

11 lines
247 B
Bash
Raw Normal View History

2018-12-18 09:44:39 +01:00
#!/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
2019-04-17 17:27:19 +02:00
cd /var/www/html/ninegate
2018-12-18 09:44:39 +01:00
2019-04-17 17:27:19 +02:00
scripts/ninegate-postservice-01.sh