Log message typo in entrypoint-netaccess.sh (#4708)

Fixes #4707.
This commit is contained in:
vairakkumar-vairaperumal 2020-03-17 11:31:18 -07:00 committed by GitHub
parent 0dd8f41c1d
commit b30a1e9595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# with the boulder container for ports. This is a variant of entrypoint.sh that
# exits if it is not given an argument.
if [[ "$@" = "" ]]; then
echo "Not needed as part of 'docker-compse up'. Exiting normally."
echo "Not needed as part of 'docker-compose up'. Exiting normally."
exit 0
fi
$(dirname "${BASH_SOURCE[0]}")/entrypoint.sh "$@"