Skip to content

Commit

Permalink
Entrypoint script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramtamtam committed Jul 10, 2020
1 parent a515cf7 commit 6d94db1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit 6d94db1

Please sign in to comment.