Skip to content

Commit

Permalink
Include $NB_SERVER_HOST in browse accept call.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jan 22, 2024
1 parent 76d6b96 commit d03be5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nb
Original file line number Diff line number Diff line change
Expand Up @@ -21675,7 +21675,7 @@ HEREDOC
(
while true
do
accept "${NB_SERVER_PORT}" 2>/dev/null
accept -r "${NB_SERVER_HOST}" "${NB_SERVER_PORT}" 2>/dev/null

nb browse --respond <&"${ACCEPT_FD}" >&"${ACCEPT_FD}"

Expand Down

0 comments on commit d03be5b

Please sign in to comment.