9 lines
157 B
Bash
Executable File
9 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export HTTP_PROXY="192.168.57.160:8080"
|
|
export HTTPS_PROXY="192.168.57.160:8080"
|
|
|
|
cd /var/www/html/ninegate
|
|
|
|
scripts/ninegate-postservice-01.sh
|