Entrypoint script updated
This commit is contained in:
parent
a515cf7600
commit
6d94db1ba6
@ -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].
|
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
|
## v0.1.0
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -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
|
sed -i "s~#AUTH_SETTINGS~users \$/etc/3proxy/passwd\nauth strong\nallow ${PROXY_LOGIN}~" /etc/3proxy/3proxy.cfg
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
cat /etc/3proxy/3proxy.cfg
|
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user