ovpn-lb-socks5/docker-entrypoint.sh
2020-05-30 00:37:16 -04:00

12 lines
185 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 -u test.py -s /tmp