ninegate/tmpl/ninegate-postservice-00.sh

11 lines
247 B
Bash
Executable File

#!/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/ninegate
scripts/ninegate-postservice-01.sh