diff --git a/CHANGELOG.md b/CHANGELOG.md index 1741942..e272484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver]. +## v0.1.1 + +### Fixed + +- Docker entry-point script clean + ## v0.1.0 ### Changed diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 4ebf73b..fd7752e 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -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 "$@"