diff --git a/entrypoint.sh b/entrypoint.sh index f6410e7..af1643f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,7 +17,7 @@ if [ "$1" = 'server' ]; then done fi - exec "/ghidra/server/ghidraSvr" console + exec "/ghidra/server/ghidraSvr" console ${GHIDRA_PUBLIC_INTERFACE:=""} fi exec "$@"