Skip to content

Commit

Permalink
Update docker/queue-monitor/local_display.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Padraic Shafer <[email protected]>
  • Loading branch information
maffettone and padraic-shafer authored Jan 11, 2024
1 parent 8aa1cc2 commit 396b083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/queue-monitor/local_display.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ else
fi
# If on a Mac, execute xhost + with LOCAL_DISPLAY_IP
if [[ "$(uname)" == "Darwin" ]]; then
xhost + "$LOCAL_DISPLAY_IP"
xhost +"$LOCAL_DISPLAY_IP"
fi
export LOCAL_DISPLAY_IP LOCAL_DISPLAY

0 comments on commit 396b083

Please sign in to comment.