2018-12-18 09:44:39 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
export HTTP_PROXY="192.168.57.160:8080"
|
|
|
|
export HTTPS_PROXY="192.168.57.160:8080"
|
|
|
|
|
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
|