From 2442dc974d96fdd0843814362d8844744471b807 Mon Sep 17 00:00:00 2001 From: idk Date: Fri, 16 Sep 2022 17:57:53 -0400 Subject: [PATCH] set display variable correctly in docker.sh Former-commit-id: 6abad05a1846ce360430b26c48d80561bc49e393 Former-commit-id: 138aa59be14da8fe71c1b8d07f6767860e67e09a --- docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.sh b/docker.sh index 30c9fc0..639f28d 100755 --- a/docker.sh +++ b/docker.sh @@ -6,6 +6,6 @@ docker build -t eyedeekay/i2p.plugins.firefox . xhost + local:docker docker run -it --rm \ --net=host \ - -e DISPLAY=unix$(DISPLAY) \ + -e DISPLAY=unix"${DISPLAY}" \ -v /tmp/.X11-unix:/tmp/.X11-unix \ eyedeekay/i2p.plugins.firefox \ No newline at end of file