mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
Update docker-entrypoint.sh
fixing condition syntax
This commit is contained in:
parent
7d0909d4a9
commit
f63455a2be
@ -106,7 +106,7 @@ else
|
||||
delete_archives
|
||||
fi
|
||||
|
||||
if [ "$EPMD"="true" ]; then
|
||||
if [ "$EPMD" = "true" ]; then
|
||||
/usr/bin/epmd -daemon
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user