In the `bash-server.sh` file, the line 491 is `exec {ACCEPT_FD}>&-`. Maybe it should be ``exec ${ACCEPT_FD}>&-``? I am not sure. Thank you.
In the
bash-server.shfile, the line 491 isexec {ACCEPT_FD}>&-. Maybe it should beexec ${ACCEPT_FD}>&-? I am not sure. Thank you.