ovpn-lb-socks5/docker-entrypoint.sh
2020-05-30 01:51:58 +00:00

12 lines
182 B
Bash
Executable File

#!/bin/bash
# python venv
PATH="/mop/env/bin:$PATH"
cd /mop
# generate profiles
python profile_scanner.py -c $CONFIG_FOLDER -a $AUTH_FILE
# run main script
python test.py -s /tmp