Entrypoint script updated

This commit is contained in:
Paramtamtam
2020-07-11 00:47:38 +05:00
parent a515cf7600
commit 6d94db1ba6
2 changed files with 6 additions and 2 deletions

View File

@@ -57,6 +57,4 @@ if [ "$AUTH_REQUIRED" = "true" ]; then
sed -i "s~#AUTH_SETTINGS~users \$/etc/3proxy/passwd\nauth strong\nallow ${PROXY_LOGIN}~" /etc/3proxy/3proxy.cfg
fi;
cat /etc/3proxy/3proxy.cfg
exec "$@"