7 lines
No EOL
202 B
Bash
7 lines
No EOL
202 B
Bash
#!/bin/sh
|
|
|
|
# This scripts copied from Amnezia client to Docker container to /opt/amnezia and launched every time container starts
|
|
|
|
echo "Container startup"
|
|
|
|
/bin/3proxy /usr/local/3proxy/conf/3proxy.cfg |