Update docker-entrypoint.sh

fixing condition syntax
This commit is contained in:
jazzl0ver 2021-02-15 19:22:54 +03:00 committed by GitHub
parent 7d0909d4a9
commit f63455a2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ else
delete_archives
fi
if [ "$EPMD"="true" ]; then
if [ "$EPMD" = "true" ]; then
/usr/bin/epmd -daemon
fi